std/http
denobot c6193ac887
chore: release 2024.11.13 (#6182)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-11-13 19:36:14 +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
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.11.13 (#6182) 2024-11-13 19:36:14 +09:00
etag_test.ts chore: update FileInfo fixture (#6181) 2024-11-13 19:16:17 +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 chore: update FileInfo fixture (#6181) 2024-11-13 19:16:17 +09:00
file_server.ts fix(http): do not serve dot files when showDotfiles=false (#6180) 2024-11-12 20:19:54 +09: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
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(http): fix tablet and smarttv in Device.type literal types (#6129) 2024-10-21 12:50:30 +09:00