ResponseOptionsArgs

Interface for options to construct a Response, based on ResponseInit from the Fetch spec.

弃用说明

see https://angular.io/guide/http

interface ResponseOptionsArgs { body?: string | Object | FormData | ArrayBuffer | Blob | null status?: number | null statusText?: string | null headers?: Headers | null type?: ResponseType | null url?: string | null }

属性

属性名类型说明
body
status
statusText
headers
type
url