std/http
Asher Gomez fa330f69c3
refactor(http): change error thrown in ServerSentEventStream to SyntaxError (#5135)
BREAKING(http): change error thrown in `ServerSentEventStream` to `SyntaxError`
2024-06-25 20:27:34 +10:00
..
_negotiation refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
testdata chore(http): rename test file (#3882) 2023-12-01 01:02:18 +01:00
_mock_conn.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
cookie_test.ts BREAKING(http): improve thrown errors in cookie module (#5129) 2024-06-25 15:20:58 +10:00
cookie.ts BREAKING(http): improve thrown errors in cookie module (#5129) 2024-06-25 15:20:58 +10:00
deno.json chore(http): release http@1.0.0-rc.1 (#5131) 2024-06-25 20:19:28 +10:00
etag_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
etag.ts chore: ensure code examples use assertions in Doc Linter (#4911) 2024-06-03 14:10:27 +10:00
file_server_test.ts fix(http): handle the case fileInfo.mode=0 correctly (#5132) 2024-06-25 15:16:28 +09:00
file_server.ts refactor(http): minor cleanup (#5126) 2024-06-25 19:32:34 +10:00
mod.ts BREAKING(http): change the default port of file-server to the same default of Deno.serve() (#4888) 2024-06-24 13:57:37 +09:00
negotiation_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
negotiation.ts refactor(http): minor cleanup (#5126) 2024-06-25 19:32:34 +10:00
server_sent_event_stream_test.ts refactor(http): change error thrown in ServerSentEventStream to SyntaxError (#5135) 2024-06-25 20:27:34 +10:00
server_sent_event_stream.ts refactor(http): change error thrown in ServerSentEventStream to SyntaxError (#5135) 2024-06-25 20:27:34 +10:00
signed_cookie_test.ts BREAKING(http): rename verifyCookie() to verifySignedCookie() (#5138) 2024-06-25 20:25:30 +10:00
signed_cookie.ts BREAKING(http): rename verifyCookie() to verifySignedCookie() (#5138) 2024-06-25 20:25:30 +10:00
status_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
status.ts chore: ensure code examples use assertions in Doc Linter (#4911) 2024-06-03 14:10:27 +10:00
user_agent_test.ts refactor(http): remove dead code and improve UserAgent testing (#5120) 2024-06-25 15:23:05 +09:00
user_agent.ts refactor(http): remove dead code and improve UserAgent testing (#5120) 2024-06-25 15:23:05 +09:00