apollo-code / provider-openai/src / HttpResponse
Interface: HttpResponse
Properties
body
body:
AsyncIterable<Uint8Array<ArrayBufferLike>>
headers?
optionalheaders?:Record<string,string>
json?
optionaljson?:object
error?
optionalerror?:object
error.code?
optionalcode?:string
error.message?
optionalmessage?:string
error.type?
optionaltype?:string
status
status:
number