mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
10ee73dbbc
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
19 lines
573 B
JSON
19 lines
573 B
JSON
{
|
|
"name": "@std/http",
|
|
"version": "1.0.9",
|
|
"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",
|
|
"./unstable-route": "./unstable_route.ts"
|
|
}
|
|
}
|