@univerjsnetworkinterfacesIpostrequestparams

@univerjs/network v0.5.0-beta.1Docs


Interface: IPostRequestParams

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
body?unknown--submodules/univer/packages/network/src/services/http/http.service.ts:51
headers?{}Query headers.IRequestParams.headerssubmodules/univer/packages/network/src/services/http/http.service.ts:37
params?{}Query params. These params would be append to the url before the request is sent.IRequestParams.paramssubmodules/univer/packages/network/src/services/http/http.service.ts:34
reportProgress?booleanShould report progress.IRequestParams.reportProgresssubmodules/univer/packages/network/src/services/http/http.service.ts:47
responseType?HTTPResponseTypeExpected types of the response data.IRequestParams.responseTypesubmodules/univer/packages/network/src/services/http/http.service.ts:40
withCredentials?boolean-IRequestParams.withCredentialssubmodules/univer/packages/network/src/services/http/http.service.ts:42