Commit Graph

34 Commits

Author SHA1 Message Date
Asher Gomez
8f9a48f1b2
chore(http): rename test file (#3882) 2023-12-01 01:02:18 +01:00
Asher Gomez
899f000b85
chore(http): remove test files with symbols in the filename (#3879)
chore(http): remove test files w symbols in name
2023-11-30 10:50:07 +09:00
Lino Le Van
1d489cf207
BREAKING(http/server): deprecate serve and serveTls (#3381) 2023-07-21 12:29:01 +09:00
Kitson Kelly
7cdd55a083
feat: add http/user_agent (#3387) 2023-07-04 11:39:46 +09:00
ayame113
42a3a80ec4
fix(http/file_server): fix Range header handling (#3354) 2023-05-04 13:58:13 +09:00
Yoshiya Hinosawa
b161285109
feat(http/file_server): add showIndex option to serveDir (#2738) 2022-10-03 20:09:09 +09:00
Asher Gomez
4984358b15
chore(http): remove deprecated APIs (#2712) 2022-09-29 11:25:18 -04:00
Jeong, Heon
e3d8ceb6ee
fix(http/file_server): handles path with reserved char (#2675)
Current implementation don't escape some reserved characters, which
causing the browser to consider certain part is not the file path.
2022-09-29 11:02:43 -04:00
masx200
3403116ca9
fix(http/file_server): fix handling of 'W/' prefixed etag (#2229) 2022-05-16 22:24:11 +09:00
Yoshiya Hinosawa
808fe203e0
chore: update copyright header (#1871) 2022-02-02 23:21:39 +09:00
Jonas Grunert
251ad20639
BREAKING(http): remove Go-style address (#1660)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Craig Morten <cmorten@users.noreply.github.com>
2021-12-14 00:38:32 +09:00
Bartek Iwańczuk
3f6263547e
[BREAKING] Remove 'server_legacy' from 'http' module (#1648) 2021-12-13 14:18:17 +01:00
vi117
fb35d70347
fix(http/file_server): fix encoded url in dir html (#1442) 2021-10-22 15:30:16 +09:00
Craig Morten
7f8335449a
docs: reduce friction for windows users r.e. 0.0.0.0 (#1210) 2021-09-07 16:29:44 +09:00
Craig Morten
0fc3b2e75e
feat(http): implement native HTTP server APIs (#1128) 2021-08-31 10:36:30 -04:00
Paul Ellis
0722cd0770
feat(http): add range request and etag support to file_server.ts (#1028) 2021-07-22 15:12:40 +09:00
木杉
5707b9b2ed
feat(http/file_server): support do not show dotfiles (#690) 2021-02-02 14:36:52 -05:00
Casper Beyer
d5bad95a71
chore: Setup CI and tests
Create ci.yml

chore: add wasi-test-suite as a submodule

chore: remove legacy configuration files and scripts

chore: remove outdated redirection notice

chore: add git attributes to ensure text files use unix line endings

chore: format

test(http): copy tls testdata from denoland/deno
2021-02-01 12:20:35 +01:00
Luca Casonato
5c1f86e63e Revert "tests: enable wpt for url (denoland/deno#9046)" (denoland/deno#9264)
This reverts commit 66e99d349b31f5cd30b868d80ebdab6ba749fd96.
2021-02-01 10:46:59 +00:00
Luca Casonato
f7b62f11d3 tests: enable wpt for url (denoland/deno#9046) 2021-02-01 10:46:59 +00:00
Ryan Dahl
48a2496dbe update copyright to 2021 (denoland/deno#9081) 2021-02-01 10:46:59 +00:00
Casper Beyer
75572fe4c5 test(http): make tests runnable from any directory (denoland/deno#7441)
This makes http tests runnable from any directory by spawning test
processes in the module directory resolved from import.meta.url and
resolving test data relative to the same module directory.
2021-02-01 10:46:58 +00:00
matheus
71b4a4eda0 fix(http/file_server): args handling only if invoked directly (denoland/deno#5989) 2021-02-01 10:46:57 +00:00
Khải
33d074d82a fix(file_server): use media_types for Content-Type header (denoland/deno#4555) 2021-02-01 10:46:57 +00:00
Bartek Iwańczuk
21871250b8 Revert "avoid using same port number for test (denoland/deno#4147)"
Ref denoland/deno#4467

This reverts commit 60cee4f045778777a16b6fffd6d5b9a1400d7246.
2021-02-01 10:46:57 +00:00
Yusuke Sakurai
c915706df7 avoid using same port number for test (denoland/deno#4147) 2021-02-01 10:46:57 +00:00
木杉
fa41f87867 fix(file_server): don't crash on "%" pathname (denoland/deno#3953) 2021-02-01 10:46:57 +00:00
Takashi Idobe
085a04b6a1 change copyrights from 2019 to 2020 (denoland/deno#3733) 2021-02-01 10:46:56 +00:00
AleksandrukTad
99916cb81b fix: decoding uri in file_server (denoland/deno#3187) 2021-02-01 10:46:56 +00:00
木杉
0a58fb54ce better html for file_server (denoland/deno#3423) 2021-02-01 10:46:56 +00:00
Kevin (Kun) "Kassimo" Qian
63f2f98796 http: add serveTLS and listenAndServeTLS (denoland/deno#3257) 2021-02-01 10:46:56 +00:00
Andy Hayden
8353ef7604 feat: top-level-for-await (denoland/deno#3212) 2021-02-01 10:46:56 +00:00
Yoshiya Hinosawa
c3fe858f98 Update eslint and @typescript-eslint (#621) 2019-10-05 12:02:34 -04:00
Yoshiya Hinosawa
826deb1012 Ignore error of writing responses to aborted requests (#546) 2019-07-28 11:35:47 +00:00