Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
HttpResponse type
- Package:
- @azure-rest/core-client
Represents the shape of an HttpResponse
type HttpResponse = {
body: unknown
headers: RawHttpHeaders
request: PipelineRequest
status: string
}
