Crate deno_http

Source

Modules§

compressible

Structs§

DefaultHttpPropertyExtractor
HttpConnectionProperties
HttpListenProperties
HttpRequestProperties
HttpStreamReadResource
HttpStreamWriteResource
LocalExecutor
Options
UpgradeUnavailableError
deno_http
An extension for use with the Deno JS runtime. To use it, provide it as an argument when instantiating your runtime:

Enums§

HttpError
HttpNextError
HttpRequestReader
The read half of an HTTP stream.
HttpSocketAddr
WebSocketUpgradeError

Statics§

SERVE_NOTIFIER

Traits§

HttpPropertyExtractor
Pluggable trait to determine listen, connection and request properties for embedders that wish to provide alternative routes for incoming HTTP.

Functions§

http_create_conn_resource
Creates a new HttpConn resource which uses io as its transport.
op_http_serve_address_override