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-15 00:00:39 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
httpx
/
test
History
HoneyryderChuck
824efb83fd
allow IOs to be passed as argument; they are expected to be connected already, and won't be closed after use; if passed only one, assume that all requests are going through it, otherwise, pass them as an hash indexed by IP or IP:PORT
2017-12-10 00:29:06 +00:00
..
support
/fixtures
added way more httpbin tests, all possible verbs, all possible types of bodies (file,form,json,etc...)
2017-12-08 20:24:51 +00:00
client_test.rb
client tests: #request is not a constructor anymore, adapt accordingly
2017-12-08 20:25:21 +00:00
headers_test.rb
addest tests for headers/request/response
2017-11-28 14:00:16 +00:00
http1_test.rb
allow IOs to be passed as argument; they are expected to be connected already, and won't be closed after use; if passed only one, assume that all requests are going through it, otherwise, pass them as an hash indexed by IP or IP:PORT
2017-12-10 00:29:06 +00:00
options_test.rb
allow IOs to be passed as argument; they are expected to be connected already, and won't be closed after use; if passed only one, assume that all requests are going through it, otherwise, pass them as an hash indexed by IP or IP:PORT
2017-12-10 00:29:06 +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