start on modified bare server
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import type { BareHeaders } from './requestUtil.js';
|
||||
export declare function objectFromRawHeaders(raw: string[]): BareHeaders;
|
||||
export declare function rawHeaderNames(raw: string[]): string[];
|
||||
export declare function mapHeadersFromArray(from: string[], to: BareHeaders): BareHeaders;
|
||||
/**
|
||||
* Converts a header into an HTTP-ready comma joined header.
|
||||
*/
|
||||
export declare function flattenHeader(value: string | string[]): string;
|
||||
Reference in New Issue
Block a user