nice_http 0.9.2 → 0.9.4

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 +1083 -1090
  4. metadata +7 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5847e4651a4932d0d842fc88bea37d93f4d63590029eed233bcfd6673694458b
4
- data.tar.gz: 2fcae8d02d957cce6694295aba99d13e33fe963cc3a464d861f9b46d7cda1ac6
3
+ metadata.gz: 47aaac0ea84048f15e65208787fe9fe18ea734e264cf96c5b3ae6473fa6971d5
4
+ data.tar.gz: 48cafa2269b3652f9b67647885f121540fb34d6985363122e5249b1a2fc7387e
5
5
  SHA512:
6
- metadata.gz: eb801b108f2f099dd87f8c3b5ca27bf032dc1a3d740d36a5230eff7bde03dd72e5d6842356abb42dd0130892c654a5ae4d35d968443440d4a981256d662b16eb
7
- data.tar.gz: 24a670c152ec1887f34af99804ba5075515e4c27e57ba53acec84209604caf9d32fd1e6f0ed48ef3e8e999476de3db7903571ce12af672f01b83874d14133394
6
+ metadata.gz: 823866bee428c4687b7cd9d1091aef985dcfb15ddd8db7ed5a45b15c86b2431bb0abd3d48d954df63409101e61c984cd97d4d2352fefd6f8a3cf23a2f5fdda9a
7
+ data.tar.gz: f7c0bf035c8b226150235eb362f913f1c7c41e616183ffc9cedd7f9c0b5c4b71d46a8149a6def043dda72e3dbb2f3c8911a78ce0e230c38a9ed8d8b4d86b7708
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 reqres.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 regres.in and http3 to example.com:
66
66
 
67
67
  ```ruby
68
68