[F] getHttpOperation
function getHttpOperation(   program,   operation,   options?): [HttpOperation, readonly Diagnostic[]];Return the Http Operation details for a given TypeSpec operation.
Parameters
Section titled “Parameters”| Parameter | Type | Description | 
|---|---|---|
| program | Program | - | 
| operation | Operation | Operation | 
| options? | RouteResolutionOptions | Optional option on how to resolve the http details. | 
Returns
Section titled “Returns”[HttpOperation, readonly Diagnostic[]]