Skip to main content
Module

std/http/io.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.39.0/http/io.ts";

Functions

ParseHTTPVersion parses a HTTP version string. "HTTP/1.0" returns (1, 0, true). Ported from https://github.com/golang/go/blob/f5c43b9/src/net/http/request.go#L766-L792

Read trailer headers from reader and append values to headers. "trailer" field will be deleted.

write trailer headers to writer. it mostly should be called after writeResponse