HTTP
Module Overview
Usage
- Node
- Deno
- Browser/ESM
import * as HTTP from 'keywork/http'
import * as HTTP from 'https://deno.land/x/keywork/http'
let HTTP = await import('https://esm.sh/keywork/http')
Cache Classes
Error Classes
HTTP Response Classes
JSON Classes
Interfaces
Type Aliases
Variables
Other Functions
cloneAsMutableResponseisClientErrorisCompressibleisInformationalisRedirectionisServerErrorisSuccessfulshouldCompress
Keywork includes utilities for working with incoming HTTP requests, and extends the native
Requestclass for use with Cloudflare WorkersSee each of HTTP's submodules for additional details.