index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
testdata
/
module_graph
/
https_deno.land-std-http-server.ts
blob: 0b3c995ecb8eed3baec2c713050cba90ec24358d (
plain
)
1
2
3
4
5
export class ServerRequest { respond(value: { body: string }) { console.log(value); } }