Variable HTTP_REQUEST_SCHEMAConst
HTTP_REQUEST_SCHEMA: {
type: string;
properties: {
uri: { type: string };
method: { type: string; enum: string[] };
body: {};
query: { type: string; section: boolean; additionalProperties: boolean };
headers: { type: string; section: boolean; additionalProperties: boolean };
};
}
Type declaration
type: string
properties: {
uri: { type: string };
method: { type: string; enum: string[] };
body: {};
query: { type: string; section: boolean; additionalProperties: boolean };
headers: { type: string; section: boolean; additionalProperties: boolean };
}