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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/nice_http.rb +1083 -1090
- metadata +7 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47aaac0ea84048f15e65208787fe9fe18ea734e264cf96c5b3ae6473fa6971d5
|
4
|
+
data.tar.gz: 48cafa2269b3652f9b67647885f121540fb34d6985363122e5249b1a2fc7387e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
|