Skip to content

Commit e486890

Browse files
committed
Add missing writeHead javadoc
1 parent 152b874 commit e486890

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vertx-core/src/main/java/io/vertx/core/http/HttpServerResponse.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,11 @@ public interface HttpServerResponse extends WriteStream<Buffer> {
206206
@Fluent
207207
HttpServerResponse endHandler(@Nullable Handler<Void> handler);
208208

209+
/**
210+
* Send the response headers.
211+
*
212+
* @return a future notified by the success or failure of the write
213+
*/
209214
Future<Void> writeHead();
210215

211216
/**

0 commit comments

Comments
 (0)