mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
19 lines
555 B
JSON
19 lines
555 B
JSON
{
|
|
"name": "@std/http",
|
|
"version": "1.0.5",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./cookie": "./cookie.ts",
|
|
"./etag": "./etag.ts",
|
|
"./file-server": "./file_server.ts",
|
|
"./unstable-header": "./unstable_header.ts",
|
|
"./unstable-method": "./unstable_method.ts",
|
|
"./negotiation": "./negotiation.ts",
|
|
"./server-sent-event-stream": "./server_sent_event_stream.ts",
|
|
"./status": "./status.ts",
|
|
"./unstable-signed-cookie": "./unstable_signed_cookie.ts",
|
|
"./user-agent": "./user_agent.ts",
|
|
"./route": "./route.ts"
|
|
}
|
|
}
|