@agnostack/verifyd
Version:
Please contact agnoStack via info@agnostack.com for any questions
21 lines • 650 B
TypeScript
export namespace VERIFYD_HEADERS {
let PUBLIC_KEY: string;
let EPHEMERAL_KEY: string;
let AUTHORIZATION: string;
let AUTHORIZATION_TIMESTAMP: string;
}
export namespace CONTENT_TYPES {
let APPLICATION_JSON: string;
}
export function getRequestMethod(body: any, _method: any): string;
export function prepareRequestOptions({ method: _method, body: _body, headers: _headers, ...requestOptions }?: {
method: any;
body: any;
headers: any;
}): any;
export function normalizeURIParts(uri: any): {
pathname: string;
search: string;
origin?: string | undefined;
} | undefined;
//# sourceMappingURL=request.d.ts.map