Julien Viet
ce3814f95c
Redirect documentation and change the redirect handle to be a Handler<HttpClientResponse, Future<HttpClientRequest>>
2017-02-02 21:51:58 +01:00
Julien Viet
aa8284dda6
HttpClient can use SSL/TLS per request - fixes #1796
2017-02-02 18:18:18 +01:00
alexlehm
701adac430
change documentation about http proxy support
...
Signed-off-by: alexlehm <alexlehm@gmail.com >
2016-08-02 00:14:39 +02:00
alexlehm
38eb7cfc1f
mention workaround
...
Signed-off-by: alexlehm <alexlehm@gmail.com >
2016-07-07 00:06:36 +02:00
Julien Viet
6b8437fe13
Tuning and missing things
2016-05-26 18:16:32 +02:00
alexlehm
73dec74a82
issue#101: Socks 4/5 Proxy handler in NetClient
...
add SOCKS proxy support to HttpClient and NetClient
changed proxy options into a ProxyObject class
add small socks4/5 proxy for testing
move proxyOptions property to ClientOptionsBase
add unit tests
add missing ctx.fireXXX in VertxHandler
move ProxyChannelProvider to its own package
add classnotfound check to NetClientImpl
add to documentation about proxy config
Signed-off-by: alexlehm <alexlehm@gmail.com >
2016-05-25 14:39:15 +02:00
Julien Viet
9e1162fc7b
Enable adding netty logging handler to log HTTP requests/responses - fixes #1262
2016-05-24 00:23:55 +02:00
alexlehm
d07c7de97c
added doc for https proxy options
...
Signed-off-by: alexlehm <alexlehm@gmail.com >
2016-05-05 01:01:30 +02:00
Julien Viet
0e6611ac73
100-Continue handling documentation improvements
2016-01-11 21:56:15 +01:00
Paulo Lopes
dd34c7deef
Added documentation
...
Signed-off-by: Paulo Lopes <paulo@mlopes.net >
2015-08-19 11:36:46 +02:00
purplefox
57a65be5ac
Manual 100 continue handling
2015-07-02 18:28:46 +01:00
purplefox
fa6b128be3
Implemented shortcut methods for sending websocket final frames
2015-06-18 18:20:49 +01:00
Clement Escoffier
b960c6dbb1
Provide the client HTTP Error handling documentation
...
Was mostly there already, just add an example to handle non 2XX responses.
Signed-off-by: Clement Escoffier <clement.escoffier@gmail.com >
2015-06-08 08:42:26 +02:00
Clement Escoffier
c1cd4b1cee
HTTP Server Sharing Documentation
...
Add the paragraph about server sharing and explain the round robin strategy Vert.x uses.
Signed-off-by: Clement Escoffier <clement.escoffier@gmail.com >
2015-06-04 15:17:44 +02:00
purplefox
ae98ff41a0
Fixed example
2015-05-27 16:32:03 +01:00
Julien Viet
bc580b314b
Documentation first step
2015-01-27 15:38:00 +01:00