std/http
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
..
_negotiation fix(http): use non-locale-sensitive string methods for comparison (#6029) 2024-09-20 17:28:06 +09:00
testdata chore: run deno fmt (#6039) 2024-09-24 01:08:07 +00:00
_mock_conn.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
cookie_test.ts fix(http): use non-locale-sensitive string methods for comparison (#6029) 2024-09-20 17:28:06 +09:00
cookie.ts fix(http): use non-locale-sensitive string methods for comparison (#6029) 2024-09-20 17:28:06 +09:00
deno.json chore: release 2024.10.10 (#6098) 2024-10-10 18:46:27 +09:00
etag_test.ts fix(http): better eTag return type for string and Uint8Array inputs (#5571) 2024-07-30 12:10:53 +09:00
etag.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
file_server_test.ts fix(http): handle wrong request method correctly (#5643) 2024-08-07 21:35:30 +09:00
file_server.ts fix(http): make file-server work on Deno Deploy (#6033) 2024-09-23 20:08:42 +10:00
mod.ts docs(http/unstable): add example for multiple request methods on route (#6045) 2024-09-25 12:43:58 +09:00
negotiation_test.ts fix(http): use non-locale-sensitive string methods for comparison (#6029) 2024-09-20 17:28:06 +09:00
negotiation.ts fix(http): less restrictive arguments for accepts*() functions (#5850) 2024-08-29 10:09:44 +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): align additional error messages (#5791) 2024-08-26 14:05:00 +09:00
status_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
status.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
unstable_header_test.ts refactor(http): move unstable APIs (header, method, signed-cookie) (#5938) 2024-09-11 20:23:59 +09:00
unstable_header.ts refactor(http): move unstable APIs (header, method, signed-cookie) (#5938) 2024-09-11 20:23:59 +09:00
unstable_method_test.ts refactor(http): move unstable APIs (header, method, signed-cookie) (#5938) 2024-09-11 20:23:59 +09:00
unstable_method.ts refactor(http): move unstable APIs (header, method, signed-cookie) (#5938) 2024-09-11 20:23:59 +09:00
unstable_route_test.ts feat(http/unstable): add support for multiple request methods on route (#6003) 2024-09-18 16:28:27 +10:00
unstable_route.ts docs(http/unstable): add example for multiple request methods on route (#6045) 2024-09-25 12:43:58 +09:00
unstable_signed_cookie_test.ts refactor(http): move unstable APIs (header, method, signed-cookie) (#5938) 2024-09-11 20:23:59 +09:00
unstable_signed_cookie.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
user_agent_test.ts refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert (#5199) 2024-06-30 08:30:10 +00:00
user_agent.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00