mirror of
https://github.com/jlengrand/vert.x.git
synced 2026-04-14 00:41:24 +00:00
change documentation about http proxy support
Signed-off-by: alexlehm <alexlehm@gmail.com>
This commit is contained in:
@@ -689,7 +689,6 @@ public class HTTPExamples {
|
||||
|
||||
websocket.writeFinalBinaryFrame(buff);
|
||||
|
||||
|
||||
}
|
||||
|
||||
public void example57(WebSocket websocket) {
|
||||
@@ -720,12 +719,6 @@ public class HTTPExamples {
|
||||
|
||||
}
|
||||
|
||||
public void example60(HttpClient client) {
|
||||
|
||||
client.get(80, "the-proxy", "http://www.google.com", resp -> {});
|
||||
|
||||
}
|
||||
|
||||
public void serversharing(Vertx vertx) {
|
||||
vertx.createHttpServer().requestHandler(request -> {
|
||||
request.response().end("Hello from server " + this);
|
||||
|
||||
Reference in New Issue
Block a user