Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · v0.10.0
httpx
Browse files
Nov 25, 2020
bumped to 0.10.0
· 8f022c43
Tiago
authored
Nov 25, 2020
View commits for tag v0.10.0
v0.10.0
8f022c43
Merge branch 'issue-10-2' into 'master'
· 3e3003a3
HoneyryderChuck
authored
Nov 25, 2020
3e3003a3
fixed signing of the stream session request
· 7a5353ea
Tiago
authored
Nov 24, 2020
7a5353ea
Nov 24, 2020
adding streaming requests to the readme
· 67459a4f
Tiago
authored
Nov 24, 2020
67459a4f
sleep skews a bit under load, increasing it for reliability
· 350a0304
Tiago
authored
Nov 24, 2020
350a0304
ensuring that the yielded chunks are strings
· 3688e566
Tiago
authored
Nov 24, 2020
3688e566
fixing log_exception signature
· cb3e57e1
Tiago
authored
Nov 24, 2020
cb3e57e1
fixinng the signatures for the last rbs upstream
· 1e21c33d
Tiago
authored
Nov 23, 2020
1e21c33d
forcing request fo fail with exception when there's an error (since we're...
· 6cc24b63
Tiago
authored
Nov 23, 2020
6cc24b63
added #each_line method to stream response
· 742d877c
Tiago
authored
Nov 22, 2020
742d877c
implementing the stream response
· 3ca0b44e
Tiago
authored
Nov 22, 2020
3ca0b44e
Nov 22, 2020
added streaming plugin tests
· 1b29e062
Tiago
authored
Nov 22, 2020
1b29e062
do not close the connection pool, if there's nothing to close
· a650e622
Tiago
authored
Nov 22, 2020
a650e622
really closing a response (won't buffer stuff anymore after being closed)
· 7e26c86d
Tiago
authored
Nov 22, 2020
7e26c86d
closing the response when not carrying it forward
· 04787586
Tiago
authored
Nov 21, 2020
04787586
fixing h2c by not calling the #to_s from response, which now touches the pool...
· fecdd120
Tiago
authored
Nov 20, 2020
fecdd120
added explicit response closing in tests
· fa2fd818
Tiago
authored
Nov 20, 2020
fa2fd818
Nov 19, 2020
unnecessary var
· b5a971b0
Tiago
authored
Nov 15, 2020
b5a971b0
do not show IDN message for normal ascii hostnames
· c8663e52
Tiago
authored
Nov 15, 2020
c8663e52
making WRITE/READ more accurate by emitting them at the socket (UDP/TCP) level
· 777ab210
Tiago
authored
Nov 14, 2020
777ab210
Nov 07, 2020
fixing rubocop for remaining ruby versions
· 24088dec
Tiago
authored
Nov 07, 2020
24088dec
newline
· 930025a0
Tiago
authored
Nov 07, 2020
930025a0
missing rubocop-performance for 2.3
· dc3f5ec0
Tiago
authored
Nov 07, 2020
dc3f5ec0
disabled rescue alignment for 2.2
· 3029a392
Tiago
authored
Nov 07, 2020
3029a392
wrong 0.81 rubocop version
· b0983daf
Tiago
authored
Nov 07, 2020
b0983daf
fix constant usage
· ea4ac5bf
Tiago
authored
Nov 07, 2020
ea4ac5bf
non-ascii: force utf8 encoding for all
· 2d078de0
Tiago
authored
Nov 07, 2020
2d078de0
fixing match for proper rubocop version per ruby
· 81033abd
Tiago
authored
Nov 07, 2020
81033abd
Merge branch 'urlescaping' into 'master'
· bb1f448b
HoneyryderChuck
authored
Nov 07, 2020
bb1f448b
do not install brotli in jruby mode
· 9a17e945
Tiago
authored
Nov 07, 2020
9a17e945
for unescaping of non ascii domain to binary (JRuby converts to UTF-8)
· b47b9de7
Tiago
authored
Nov 07, 2020
b47b9de7
avoid using URI.escape directly
· 8f495f37
Tiago
authored
Nov 07, 2020
8f495f37
disabling IDN support for ruby < 2.3
· 86f1db5b
Tiago
authored
Nov 07, 2020
86f1db5b
updated rubocop to 1.0.0 on possible rubies, making the necessary changes
· 1b26977d
Tiago
authored
Nov 07, 2020
1b26977d
added ascii url request tests
· d900225f
Tiago
authored
Nov 07, 2020
d900225f
using the new uri method at the appropriate places; adding some logging when...
· 50b65200
Tiago
authored
Nov 07, 2020
50b65200
extending URI to include non ascii hostname attribute; added own custom uri...
· f9c1d7de
Tiago
authored
Nov 07, 2020
f9c1d7de
moving domain_name module to core httpx, as the punycode IDN translation will...
· cbfb5c96
Tiago
authored
Nov 07, 2020
cbfb5c96
Nov 06, 2020
fixing frozen string issues with punycode, and the String#unicode_normalize
· e271c455
Tiago
authored
Nov 06, 2020
e271c455
Merge branch 'breadcrumb' into 'master'
· fe0fc841
HoneyryderChuck
authored
Nov 06, 2020
fe0fc841
Loading