- delivery date : 25/08/2013
- developer(s) : [email protected]
- features :
- async API with ‘com.ning % async-http-client’ implementation
- GET request
- POST request
- Cookies handling (bugs with maxAge, secure & version parameters)
- scala docs on public def for AsyncHttpClient class
- timeout handling
- Header handling
- PUT request
- HEAD request
- DELETE request
- delivery date : ???
- developer(s) : [email protected]
- features :
- Request object contains Body params for all http verb
- Fluent AsyncHttpClient API
- http proxy handling
- online scala doc
- SSL handling ???
- use AsyncHttpClientConfig.Builder() for AsyncHttpClient constructor (enabled all config properties of java AsyncHttpClient) ???
- online ScalaDoc