Interface for configuring the HttpService
Signature:
export interface IHttpServiceConfiguration
Properties
Property | Type |
---|---|
authSettings | false | IAuthSettings |
backendUrl | string |
endpoints | IEndpoints |
responseType | ResponseType |
IHttpServiceConfiguration.authSettings property
Signature:
authSettings: false | IAuthSettings;
IHttpServiceConfiguration.backendUrl property
Signature:
backendUrl: string;
IHttpServiceConfiguration.endpoints property
Signature:
endpoints: IEndpoints;
IHttpServiceConfiguration.responseType property
Signature:
responseType: ResponseType;