std/http
Max Duval 7f4d35ce17
fix(http): make file-server work on Deno Deploy (#6033)
* fix(file-server): work on deploy

Deno.permissions.querySync is not
a defined function in that environment.

* refactor: unified permissions queries

at the top of the file,
to reduce possible future confusion

* chore: format properly
2024-09-23 20:08:42 +10:00
..
_negotiation fix(http): use non-locale-sensitive string methods for comparison (#6029) 2024-09-20 17:28:06 +09:00
testdata chore: enable no-console lint rule (#5975) 2024-09-13 15:43:13 +10: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.09.12 (#5969) 2024-09-12 19:18:10 +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 fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10: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 fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10: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