Build web client using WS
Build web client using WS
Convert WSCookie to Cookie Cookie domain should be removed (TODO set cookie domain from configuration, TODO http only settings)
Convert WSCookie to Cookie Cookie domain should be removed (TODO set cookie domain from configuration, TODO http only settings)
De-normalize headers especially for Set-Cookie header
De-normalize headers especially for Set-Cookie header
Resolve a HTTP method
Resolve a HTTP method
Return all body and headers as is
Return all body and headers as is
Convert to JSON converted to Jackson node instead of JsValue currently because play2handlebars doesn't accept JsValue
Convert to JSON converted to Jackson node instead of JsValue currently because play2handlebars doesn't accept JsValue
JSON or Multi-part body
JSON or Multi-part body
Convert multi-part body via AsyncHttpClient See https://github.
Convert multi-part body via AsyncHttpClient See https://github.com/playframework/playframework/issues/902 also.
If it's text, get as text or get as binary
If it's text, get as text or get as binary
Return rendered html text when template is defined as long as the response status is normal
Return rendered html text when template is defined as long as the response status is normal
Return streaming result when template is not defined
Return streaming result when template is not defined
Processor to access to other servers.