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-04 00:00:37 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
httpx
/
test
History
HoneyryderChuck
4d1205f774
added test for HTTP chunked encoding GET request
2017-12-09 01:11:44 +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
added test for HTTP chunked encoding GET request
2017-12-09 01:11:44 +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