std/http/deno.json
denobot b4e5d21762
chore: release 2024.10.10 (#6098)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-10-10 18:46:27 +09:00

19 lines
573 B
JSON

{
"name": "@std/http",
"version": "1.0.8",
"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"
}
}