mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
2e72d7901c
o Asynchronous HTTP API for single & parallel request execution o Keep-Alive and HTTP pipelining support o Auto-follow 3xx redirects with max depth o Automatic gzip & deflate decoding o Streaming response processing o Streaming file uploads o HTTP proxy and SOCKS5 support o Basic Auth & OAuth o Connection-level & Global middleware support o HTTP parser via http_parser.rb o Works wherever EventMachine runs: Rubinius, JRuby, MRI WWW: https://github.com/igrigorik/em-http-request PR: ports/163360 Submitted by: Scott Sanders <scott@jssjr.com> Sponsored by: RideCharge Inc. / Taxi Magic
15 lines
556 B
Plaintext
15 lines
556 B
Plaintext
Async (EventMachine) HTTP client, with support for:
|
|
o Asynchronous HTTP API for single & parallel request execution
|
|
o Keep-Alive and HTTP pipelining support
|
|
o Auto-follow 3xx redirects with max depth
|
|
o Automatic gzip & deflate decoding
|
|
o Streaming response processing
|
|
o Streaming file uploads
|
|
o HTTP proxy and SOCKS5 support
|
|
o Basic Auth & OAuth
|
|
o Connection-level & Global middleware support
|
|
o HTTP parser via http_parser.rb
|
|
o Works wherever EventMachine runs: Rubinius, JRuby, MRI
|
|
|
|
WWW: https://github.com/igrigorik/em-http-request
|