HttpResponse type
Představuje tvar httpResponse
type HttpResponse = {
body: unknown
headers: RawHttpHeaders
request: PipelineRequest
status: string
}
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
Představuje tvar httpResponse
type HttpResponse = {
body: unknown
headers: RawHttpHeaders
request: PipelineRequest
status: string
}