gamache / hyperresource

A self-inflating Ruby client for hypermedia APIs. Not under active development.
http://hyperresource.com/doc
MIT License
304 stars 29 forks source link

Support for HTTP keepalive connections #42

Open williewheeler opened 8 years ago

williewheeler commented 8 years ago

Given that hypermedia APIs can be on the chatty side, HTTP keepalive would be a useful feature from a performance perspective. It doesn't look like hyperresource currently supports this. Consider adding this feature. (Or if it's already supported, make that clearer in the documentation.)