mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-08 00:03:41 -04:00
Condense build status and dependency status
This commit is contained in:
parent
86767d2dbd
commit
b166a80c27
15
README.md
15
README.md
@ -1,6 +1,9 @@
|
|||||||
# faraday
|
# faraday [][travis] [][gemnasium]
|
||||||
Modular HTTP client library that uses middleware. Heavily inspired by Rack.
|
Modular HTTP client library that uses middleware. Heavily inspired by Rack.
|
||||||
|
|
||||||
|
[travis]: http://travis-ci.org/technoweenie/faraday
|
||||||
|
[gemnasium]: https://gemnasium.com/technoweenie/faraday
|
||||||
|
|
||||||
## <a name="usage"></a>Usage
|
## <a name="usage"></a>Usage
|
||||||
conn = Faraday.new(:url => 'http://sushi.com') do |builder|
|
conn = Faraday.new(:url => 'http://sushi.com') do |builder|
|
||||||
builder.use Faraday::Request::UrlEncoded # convert request params as "www-form-urlencoded"
|
builder.use Faraday::Request::UrlEncoded # convert request params as "www-form-urlencoded"
|
||||||
@ -143,16 +146,6 @@ The `env` is a hash with symbol keys that contains info about the request and, l
|
|||||||
* Support timeouts
|
* Support timeouts
|
||||||
* Add curb, em-http, fast_http
|
* Add curb, em-http, fast_http
|
||||||
|
|
||||||
## <a name="build"></a>Build Status
|
|
||||||
[][travis]
|
|
||||||
|
|
||||||
[travis]: http://travis-ci.org/technoweenie/faraday
|
|
||||||
|
|
||||||
## <a name="dependencies"></a>Dependency Status
|
|
||||||
[][gemnasium]
|
|
||||||
|
|
||||||
[gemnasium]: https://gemnasium.com/technoweenie/faraday
|
|
||||||
|
|
||||||
## <a name="pulls"></a>Note on Patches/Pull Requests
|
## <a name="pulls"></a>Note on Patches/Pull Requests
|
||||||
1. Fork the project.
|
1. Fork the project.
|
||||||
2. Make your feature addition or bug fix.
|
2. Make your feature addition or bug fix.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user