restify 0.3.2.1.b65 → 0.3.2.1.b66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/README.md +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MzlkYTNkMjNiMTc0ZWFmMTQ5YTI4NjVhYzIxOGY3NDFmMWZkOTAzZA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
Y2VjNzQ2ZDJkZGZlMjk3OTQzNTM1NzY4YzhhODM0YTQwMWQ3MDljNA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZTM3OWZjNGU5OThmZjFmOGNiZmE5N2IxMTY1YTJjN2I1ODZkYWQ5MWM4YzM0
|
|
10
|
+
MTVlMTQ5NWQ1YzcyNzY1MDRjMGM0ZGQyMjYyNDE3YTA0OTI5ZGY1NmRhMWU1
|
|
11
|
+
MGQwNzMyMWEwMDA5ZTZkOWQwMzI0YzgwZGI3YjNkZGY0MmI3MDM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZTQzYmZhMjZlMzRlZGJiYTc0YTEyNWFlYjFkZThhNjI1ZWY2ODJiOTg0YTFl
|
|
14
|
+
ZTYwYTc1NGU0YmIxOGEwOGI0OTlkZjY3MTk3OGMxZTFjMGE2M2U0NjQ3MzIy
|
|
15
|
+
Y2I5ZDM4MDZlZmE2MzIzODExZDY0OWU5Mjk0NDIwNDVmOTQ3YTg=
|
data/README.md
CHANGED
|
@@ -14,6 +14,10 @@ Restify is build upon
|
|
|
14
14
|
provided HTTP adapters for
|
|
15
15
|
|
|
16
16
|
* [em-http-request](https://github.com/igrigorik/em-http-request)
|
|
17
|
+
* [celluloid-io](https://github.com/celluloid/celluloid-io) / [http](https://github.com/httprb/http) (experimental)
|
|
18
|
+
* [typhoeus](https://github.com/typhoeus/typhoeus) (not widely tested)
|
|
19
|
+
|
|
20
|
+
They are mostly run in a background thread and may not survive mid-application forks.
|
|
17
21
|
|
|
18
22
|
and can decode and encode
|
|
19
23
|
|