UNPKG

@fgiova/aws-signature

Version:

[![NPM version](https://img.shields.io/npm/v/@fgiova/aws-signature.svg?style=flat)](https://www.npmjs.com/package/@fgiova/aws-signature) ![CI workflow](https://github.com/fgiova/aws-signature/actions/workflows/node.js.yml/badge.svg) [![TypeScript](https:/

7 lines (6 loc) 291 B
import { HttpRequest } from "./utils"; /** * @private */ export declare function getCanonicalHeaders({ headers }: HttpRequest, unsignableHeaders?: Set<string>, signableHeaders?: Set<string>): Record<string, string>; export declare function getCanonicalHeaderList(headers: object): string;