std/http
2022-11-25 15:01:24 -05:00
..
_negotiation feat(http): add content negotiation (#2302) 2022-07-04 17:26:56 +10:00
testdata feat(http/file_server): add showIndex option to serveDir (#2738) 2022-10-03 20:09:09 +09:00
_mock_conn.ts chore: remove void and Promise<void> return types (#2550) 2022-08-24 10:21:57 +09:00
bench.ts http: serve() should log where it is listening (#1641) 2022-04-22 16:15:44 -04:00
cookie_map_test.ts feat(http): add CookieMap and SecureCookieMap (#2502) 2022-08-22 18:27:31 +10:00
cookie_map.ts docs: reorganize docs (#2658) 2022-11-25 12:40:23 +01:00
cookie_test.ts feat(http/cookie): allow number type for expires param (#2932) 2022-11-24 01:43:35 +09:00
cookie.ts docs(cookie): clarify properties and their usage (#2935) 2022-11-25 15:01:24 -05:00
file_server_test.ts docs: reorganize docs (#2658) 2022-11-25 12:40:23 +01:00
file_server.ts docs: reorganize docs (#2658) 2022-11-25 12:40:23 +01:00
http_errors_test.ts feat(http/http_errors): add headers property (#2462) 2022-07-26 14:28:47 +10:00
http_errors.ts docs: reorganize docs (#2658) 2022-11-25 12:40:23 +01:00
http_status_test.ts BREAKING feat(http): improve type safety and docs for http_status (#2297) 2022-06-03 11:21:43 +10:00
http_status.ts docs: reorganize docs (#2658) 2022-11-25 12:40:23 +01:00
mod.ts docs: reorganize docs (#2658) 2022-11-25 12:40:23 +01:00
negotiation_test.ts feat(http): add content negotiation (#2302) 2022-07-04 17:26:56 +10:00
negotiation.ts docs: reorganize docs (#2658) 2022-11-25 12:40:23 +01:00
server_test.ts refactor: replace Deno.spawn with Deno.Command (#2886) 2022-11-15 15:00:59 +09:00
server.ts fix(http): remove unnecessary delay when closing server (#2732) 2022-10-04 11:22:56 -04:00
test.ts chore: update copyright header (#1871) 2022-02-02 23:21:39 +09:00
util_test.ts feat(http/util): add compareEtag (#2259) 2022-05-23 13:53:16 +09:00
util.ts refactor(http): createCommonResponse internal utility (#2773) 2022-10-14 18:32:29 +09:00