std/http
Kitson Kelly b8df2b3494
fix(http): less restrictive arguments for accepts*() functions (#5850)
* fix(http): less restrictive types

* tweaks

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-29 10:09:44 +10:00
..
_negotiation
testdata
_mock_conn.ts
cookie_test.ts refactor(http): align additional error messages (#5791) 2024-08-26 14:05:00 +09:00
cookie.ts refactor(http): align additional error messages (#5791) 2024-08-26 14:05:00 +09:00
deno.json chore: release 2024.08.26 (#5824) 2024-08-26 17:33:29 +09:00
etag_test.ts
etag.ts perf(cli,http,ini,internal,media-types): replace trim() comparisons with regexps (#5751) 2024-08-21 13:50:18 +09:00
file_server_test.ts fix(http): handle wrong request method correctly (#5643) 2024-08-07 21:35:30 +09:00
file_server.ts refactor(http): use methods module in file-server module (#5668) 2024-08-11 03:42:34 +09:00
header_test.ts feat(http/unstable): headers module (#4317) 2024-08-06 09:29:53 +00:00
header.ts docs(archive,assert,cache,cli,encoding,html,http,net,streams,text): remove unstable Markdown alert (#5672) 2024-08-22 02:55:17 -04:00
method_test.ts feat(http/unstable): methods module (#4320) 2024-08-06 09:24:45 +00:00
method.ts docs(archive,assert,cache,cli,encoding,html,http,net,streams,text): remove unstable Markdown alert (#5672) 2024-08-22 02:55:17 -04:00
mod.ts feat(http/unstable): route module (#5644) 2024-08-07 14:35:13 +02:00
negotiation_test.ts
negotiation.ts fix(http): less restrictive arguments for accepts*() functions (#5850) 2024-08-29 10:09:44 +10:00
route_test.ts fix(http/unstable): match request method (#5772) 2024-08-22 21:05:39 +09:00
route.ts fix(http/unstable): match request method (#5772) 2024-08-22 21:05:39 +09:00
server_sent_event_stream_test.ts
server_sent_event_stream.ts refactor(http): align additional error messages (#5791) 2024-08-26 14:05:00 +09:00
signed_cookie_test.ts
signed_cookie.ts docs(archive,assert,cache,cli,encoding,html,http,net,streams,text): remove unstable Markdown alert (#5672) 2024-08-22 02:55:17 -04:00
status_test.ts
status.ts
user_agent_test.ts
user_agent.ts