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
cloneAsMutableResponse
isClientError
isCompressible
isInformational
isRedirection
isServerError
isSuccessful
shouldCompress
Keywork includes utilities for working with incoming HTTP requests, and extends the native
Request
class for use with Cloudflare WorkersSee each of HTTP's submodules for additional details.