Skip to main content
Deno 2 is finally here 🎉️
Learn more
->
Dismiss
Products
Open Source
Deno
Modern runtime for JavaScript and TypeScript
Fresh
Web framework designed for the edge
JSR
TypeScript-first ESM package registry
Commercial
Deno for Enterprise
Enterprise support for runtime projects
Deploy
Easy serverless hosting for your JavaScript projects
Subhosting
Securely run untrusted code in a scalable sandbox
Docs
Modules
Standard Library
JSR
Node.js & npm
Current path
deno.land/x
Community
Discord
GitHub
X
YouTube
Mastodon
Blog
Search…
⌘K
Module
x
/
adoublef
/
net
/
mod.ts
>
ok
Deno Playground
hyphendeno/prelude
Version
0.1.2
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
v0.0.1
0.0.1
Go to Latest
Menu
fs
http
mod.ts
(default module)
c
ServeMux
c
Server
I
Handler
I
MuxEntry
I
MuxEntryInit
T
ContentType
T
Handle
T
HandleFunc
T
HandlerFunc
T
HttpResponse
T
Method
T
Middleware
T
MuxEntryCollection
T
RequestContext
T
ServerInit
T
Status
v
allowAll
v
allowDelete
v
allowedMethods
v
allowGet
v
allowPost
v
allowPut
v
dispatch
v
dispatchCustom
v
fileResponse
v
fileServer
v
handle
v
handleDelete
v
handleEcho
v
handleError
v
handleFunc
v
handleGet
v
handleMethodNotAllowed
v
handleNotFound
v
handlePost
v
handlePut
v
handleRedirect
v
handlerFunc
v
htmlResponse
v
httpLogger
v
jsonResponse
v
listenAndServe
v
muxEntry
v
ok
v
redirectToPathSlash
v
res
v
serverRunning
v
stripPrefix
v
upgradeWebSocket
variable
ok
import
{ ok }
from
"https://deno.land/x/adoublef@0.0.1/net/mod.ts"
;
type
HttpResponse
<
200
>