std/http
denobot 940568c62d
chore: release 2024.07.02 (#5254)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-02 20:43:42 +09: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 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
deno.json chore: release 2024.07.02 (#5254) 2024-07-02 20:43:42 +09:00
etag_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
etag.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
file_server_test.ts BREAKING(assert): remove assert from module names (#5176) 2024-07-02 13:42:40 +10: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(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
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 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
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 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_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 refactor(http): remove dead code and improve UserAgent testing (#5120) 2024-06-25 15:23:05 +09:00