index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
http
Age
Commit message (
Expand
)
Author
2019-09-09
fix: replace Deno.platform usages (denoland/deno_std#590)
Yoshiya Hinosawa
2019-08-15
Accept absolute root directories in the file server (denoland/deno_std#558)
Nayeem Rahman
2019-08-14
feat: test runner (denoland/deno_std#516)
Bartek Iwańczuk
2019-08-13
ci: bump to v0.15.0 (denoland/deno_std#556)
Bartek Iwańczuk
2019-08-06
Revert "http: delete conn parameter in readRequest" (denoland/deno_std#550)
Bartek Iwańczuk
2019-07-30
enable test of aborted conn on windows (denoland/deno_std#549)
Yoshiya Hinosawa
2019-07-29
refactor: use Deno.execPath where possible (denoland/deno_std#548)
Yoshiya Hinosawa
2019-07-28
Ignore error of writing responses to aborted requests (denoland/deno_std#546)
Yoshiya Hinosawa
2019-07-28
Make shebangs Linux compatible (denoland/deno_std#545)
Nayeem Rahman
2019-07-07
Upgrade to v0.11.0 (update Reader interface) (denoland/deno_std#527)
Yoshiya Hinosawa
2019-06-29
Update instructions to install file server (denoland/deno_std#526)
Phil Rukin
2019-06-22
file server should order filenames (denoland/deno_std#511)
Axetroy
2019-06-18
lint: add max line length rules (denoland/deno_std#507)
Axetroy
2019-06-09
upgrade: deno to v0.8.0 (denoland/deno_std#487)
Ryan Dahl
2019-05-31
fix typos (denoland/deno_std#469)
Xin Du (Clark)
2019-05-30
chore: Implement strict mode (denoland/deno_std#453)
Bartek Iwańczuk
2019-05-29
http: add rfc7230 handling (denoland/deno_std#451)
Vincent LE GOFF
2019-05-29
io: refactor BufReader/Writer interfaces to be more idiomatic (denoland/deno_...
Bert Belder
2019-05-27
add "run" to file server alias (denoland/deno_std#460)
Bardia Rastin
2019-05-25
http: add ParseHTTPVersion (denoland/deno_std#452)
Vincent LE GOFF
2019-05-23
Fix http README examples (denoland/deno_std#440)
Stoyan Dimkov
2019-05-23
http: fix content-length checking (denoland/deno_std#437)
Vincent LE GOFF
2019-05-22
http: send an empty response body if none is provided (denoland/deno_std#429)
Aurélien Bertron
2019-05-22
http: make server handle bad client requests properly (denoland/deno_std#419)
Vincent LE GOFF
2019-05-22
fix(fileserver): wrong url href of displayed files (denoland/deno_std#426)
Yuqing Chen
2019-05-22
http: delete conn parameter in readRequest (denoland/deno_std#430)
Vincent LE GOFF
2019-05-21
Bump v0.6.0 (denoland/deno_std#423)
Ryan Dahl
2019-05-20
Move collectUint8Arrays() to util/async.ts, clean up, fix bugs, add tests
Bert Belder
2019-05-20
http: remove unnecessary await in listenAndServe()
Bert Belder
2019-05-20
Clean up HTTP async iterator code (denoland/deno_std#411)
Ryan Dahl
2019-05-14
http_bench: print address (denoland/deno_std#374)
Ryan Dahl
2019-05-14
fix(http): Skip 0 chunks when writing body (denoland/deno_std#387)
Jun Kato
2019-05-04
bump CI to v0.4.0 (denoland/deno_std#378)
Bartek Iwańczuk
2019-04-29
http/cookie: fixing equal character split (denoland/deno_std#368)
Vincent LE GOFF
2019-04-27
http: Cookie improvements (denoland/deno_std#359)
Vincent LE GOFF
2019-04-24
Eslint fixes (denoland/deno_std#356)
Vincent LE GOFF
2019-04-24
http : Add cookie module (denoland/deno_std#338)
Vincent LE GOFF
2019-04-19
fix ts warning for http/server_test.ts (denoland/deno_std#342)
Axetroy
2019-04-13
Enforce HTTP/1.1 pipeline response order (denoland/deno_std#331)
Kevin (Kun) "Kassimo" Qian
2019-04-07
refactor: update for flag change in the next version (denoland/deno_std#327)
Yoshiya Hinosawa
2019-04-07
Remove `await` from respond in http_bench.ts (denoland/deno_std#324)
Kevin (Kun) "Kassimo" Qian
2019-03-18
Test reorganization (denoland/deno_std#290)
Vincent LE GOFF
2019-03-12
fix: eslint errors (denoland/deno_std#265)
Yoshiya Hinosawa
2019-03-09
Eslint Fix http (denoland/deno_std#257)
Eugen Cazacu
2019-03-08
http: add return types (denoland/deno_std#250)
Eugen Cazacu
2019-03-07
Use Deno global var instead of built-in "deno" module (denoland/deno_std#247)
Yoshiya Hinosawa
2019-03-06
Rename assertEq to assertEquals (denoland/deno_std#242)
Ryan Dahl
2019-03-06
Testing refactor (denoland/deno_std#240)
Vincent LE GOFF
2019-03-06
Replace deno.land/x/ with deno.land/std/ (denoland/deno_std#239)
Andy Hayden
2019-02-26
Change `import { x } from "deno"` to `const { x } = Deno` (denoland/deno_std#...
Bert Belder
[next]