mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
64e504a4de
* BREAKING(http): move `unstable-signed-cookie` to `signed-cookie` * fix * fix
16 lines
412 B
JSON
16 lines
412 B
JSON
{
|
|
"name": "@std/http",
|
|
"version": "0.224.5",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./cookie": "./cookie.ts",
|
|
"./etag": "./etag.ts",
|
|
"./file-server": "./file_server.ts",
|
|
"./negotiation": "./negotiation.ts",
|
|
"./server-sent-event-stream": "./server_sent_event_stream.ts",
|
|
"./status": "./status.ts",
|
|
"./signed-cookie": "./signed_cookie.ts",
|
|
"./user-agent": "./user_agent.ts"
|
|
}
|
|
}
|