Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v0.0.5
httpx
Browse files
Apr 03, 2018
bumped to 0.0.5
· 6c1ebd57
Tiago
authored
Apr 03, 2018
View commits for tag v0.0.5
v0.0.5
6c1ebd57
Merge branch 'pipeline-timeout' into 'master'
· 70b2c175
HoneyryderChuck
authored
Apr 03, 2018
70b2c175
fixed patch for CI 2.5 to count with 2.5.1 as well
· 10656078
Tiago
authored
Apr 03, 2018
10656078
rubocop suggestion
· c032afa0
Tiago
authored
Apr 03, 2018
c032afa0
allow SSL channels to being properly closed and reoppened
· 48b02731
Tiago
authored
Apr 03, 2018
48b02731
http1: reset parser instead of closing (it was removing the channel from the...
· dfaa66fb
Tiago
authored
Apr 03, 2018
dfaa66fb
propagating channel errors to parsers, allowing to reset
· 347b960d
Tiago
authored
Apr 03, 2018
347b960d
not using retries... (to be addressed in a plugin)
· 693a7ceb
Tiago
authored
Apr 03, 2018
693a7ceb
renamed channel error emission; emit timeout errors in connection pool, not in client
· 4db4b073
Tiago
authored
Apr 02, 2018
4db4b073
Mar 29, 2018
bumping to 0.0.4
· 56156e91
Tiago
authored
Mar 29, 2018
View commits for tag v0.0.4
v0.0.4
56156e91
rubocop
· 4bd509dc
Tiago
authored
Mar 29, 2018
4bd509dc
passing a full response to the HTTPError, thereby exposing the whole response object
· 6dc5179b
Tiago
authored
Mar 29, 2018
6dc5179b
making sure that HTTP/1 connection: close reopens a socket if there are still...
· 3db315a7
Tiago
authored
Mar 29, 2018
3db315a7
Mar 28, 2018
Merge branch 'colored_output' into 'master'
· 9f0547a2
HoneyryderChuck
authored
Mar 28, 2018
9f0547a2
disable colors if output is not a tty
· 0da9b26f
Tiago
authored
Mar 28, 2018
0da9b26f
added color as a parameter to logs, using ANSI
· e36a91b6
Tiago
authored
Mar 28, 2018
e36a91b6
changed the log API to use kwargs
· 25fd0bbf
Tiago
authored
Mar 28, 2018
25fd0bbf
connect: guard against ENETUNREACH and openssl handshake errors
· 9626f17d
Tiago
authored
Mar 28, 2018
9626f17d
Mar 26, 2018
allow to wrap client in many layers
· b47eb263
Tiago
authored
Mar 26, 2018
b47eb263
bumped rubocop to 0.54
· 79c7d72f
Tiago
authored
Mar 26, 2018
79c7d72f
updated readme formatting
· 0e0e7b1e
Tiago
authored
Mar 26, 2018
0e0e7b1e
setting version to 0.0.3
· 75ffa8ad
Tiago
authored
Mar 26, 2018
View commits for tag v0.0.3
v0.0.3
75ffa8ad
adding a #wrap method, to keep connections open
· 505d4d03
Tiago
authored
Mar 26, 2018
505d4d03
do not dispatch inside body callback (it resets the parser, while the parser is still parsing...)
· 438deb48
Tiago
authored
Mar 26, 2018
438deb48
Merge branch 'raise_for_status' into 'master'
· bc95ed0c
HoneyryderChuck
authored
Mar 26, 2018
bc95ed0c
hackernews script: running in separate thread now to make backtracing easier
· d02e3280
Tiago
authored
Mar 26, 2018
d02e3280
get example now raises for status
· ec17795d
Tiago
authored
Mar 26, 2018
ec17795d
skip connection refused test in jruby (to be debugged)
· 44f9b9c3
Tiago
authored
Mar 26, 2018
44f9b9c3
guarding connection initialization against EADDRNOTAVAIL
· f5c8508f
Tiago
authored
Mar 26, 2018
f5c8508f
ssl: allowing non-blocking connects, finally
· 4c9b1674
Tiago
authored
Mar 26, 2018
4c9b1674
Mar 23, 2018
show the actual error coming
· 7b8d0d89
Tiago
authored
Mar 23, 2018
7b8d0d89
rubocop indications
· e36c6347
Tiago
authored
Mar 23, 2018
e36c6347
log error as well in the error response
· 2813ff9e
Tiago
authored
Mar 23, 2018
2813ff9e
added tests for connection refused behaviour
· d29b198d
Tiago
authored
Mar 23, 2018
d29b198d
added support for raising connection refused error responses
· e16ea30b
Tiago
authored
Mar 23, 2018
e16ea30b
added Response#raise_for_status, which raises an exception if the http code is...
· 67eb755a
Tiago
authored
Mar 23, 2018
67eb755a
ErrorResponse now receives a full exception instead of only the message
· 0b4c6fc8
Tiago
authored
Mar 23, 2018
0b4c6fc8
Mar 22, 2018
do not match against closing channels (must open a new one for that)
· de693867
Tiago
authored
Mar 22, 2018
de693867
slipped through this...
· 0a92135c
Tiago
authored
Mar 22, 2018
0a92135c
make error responses loggable
· ef7cac8b
Tiago
authored
Mar 22, 2018
ef7cac8b
Loading