UNPKG

@3846masa/http-signature

Version:

Create / Verify HTTP Signatures (https://tools.ietf.org/html/draft-cavage-http-signatures-10)

7 lines (6 loc) 186 B
import { Headers } from './Headers'; /** @private */ export declare function createSignatureString({ headers, properties }: { headers: Headers; properties: string[]; }): string;