nice_http 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/nice_http.rb +1090 -1083
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 77545459842646b2d83717b31df4c18aae071945933f5cde92e19ecbdedfc5a6
4
- data.tar.gz: 80d78b75f647c47677b4e410e5fc7fcf8d8f4f1a58c3ac17221118d62b05c020
3
+ metadata.gz: 5847e4651a4932d0d842fc88bea37d93f4d63590029eed233bcfd6673694458b
4
+ data.tar.gz: 2fcae8d02d957cce6694295aba99d13e33fe963cc3a464d861f9b46d7cda1ac6
5
5
  SHA512:
6
- metadata.gz: 07b94face51a72fe46cb7b40341ea4849aa0ba1231004b1b65dd4a37956db36e3ef4c054e9a1bc635f725ebc6019cc003dbe76bf3479eafd9cb7cb37f9b0c51b
7
- data.tar.gz: c7d403e1e46ab3052b076baf474ef6907e66ac8f84a082ecebe78d759bf39016e6d048327da258ccce2e07e6e56ef41cdb6f6f630317cbb56cd630aa9eb7f8f9
6
+ metadata.gz: eb801b108f2f099dd87f8c3b5ca27bf032dc1a3d740d36a5230eff7bde03dd72e5d6842356abb42dd0130892c654a5ae4d35d968443440d4a981256d662b16eb
7
+ data.tar.gz: 24a670c152ec1887f34af99804ba5075515e4c27e57ba53acec84209604caf9d32fd1e6f0ed48ef3e8e999476de3db7903571ce12af672f01b83874d14133394
data/README.md CHANGED
@@ -62,7 +62,7 @@ http3 = NiceHttp.new my_reqres_server
62
62
  ```
63
63
 
64
64
 
65
- You can specify all the defaults you will be using when creating connections by using the NiceHttp methods, in this example, http1 and http2 will be connecting to regres.in and http3 to example.com:
65
+ You can specify all the defaults you will be using when creating connections by using the NiceHttp methods, in this example, http1 and http2 will be connecting to reqres.in and http3 to example.com:
66
66
 
67
67
  ```ruby
68
68