This website requires JavaScript.
Explore
Help
Sign In
sharpetronics
/
httpx
Watch
1
Star
0
Fork
0
You've already forked httpx
mirror of
https://github.com/HoneyryderChuck/httpx.git
synced
2025-10-06 00:02:08 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
httpx
/
test
History
HoneyryderChuck
d8eb3bbe5f
went back from returning partial responses, and only expose fully buffered responses to the user; the main issue being, the main API favours closing the connection after requests, and this makes the whole handling of partial responses confusing and error prone; this way, one can buffer the body, even to the filesystem, and maybe make this tunable in the future
2017-12-08 19:01:44 +00:00
..
client_test.rb
plugin: allow to extend options as well
2017-12-07 16:45:37 +00:00
headers_test.rb
addest tests for headers/request/response
2017-11-28 14:00:16 +00:00
options_test.rb
default timeout is now the per operation one
2017-12-08 18:45:29 +00:00
request_test.rb
added tests for request body, fixed #bytesize's
2017-12-06 20:16:05 +00:00
response_test.rb
went back from returning partial responses, and only expose fully buffered responses to the user; the main issue being, the main API favours closing the connection after requests, and this makes the whole handling of partial responses confusing and error prone; this way, one can buffer the body, even to the filesystem, and maybe make this tunable in the future
2017-12-08 19:01:44 +00:00
test_helper.rb
addest tests for headers/request/response
2017-11-28 14:00:16 +00:00