| Package | Description | 
|---|---|
| org.jetlang.web | 
| Modifier and Type | Field and Description | 
|---|---|
| static KeyValueList | KeyValueList. EMPTY | 
| Modifier and Type | Method and Description | 
|---|---|
| KeyValueList | HttpRequest. getHeaders() | 
| KeyValueList | HttpRequest. getQueryParams() | 
| static KeyValueList | HttpRequest. splitQuery(URI url) | 
| Modifier and Type | Method and Description | 
|---|---|
| default SendResult | HttpResponse. sendResponse(int statusCode,
            String statusTxt,
            String contentType,
            KeyValueList headers,
            byte[] content) | 
| default void | HttpResponse. sendWebsocketHandshake(String reply,
                      KeyValueList additionalHeaders) | 
Copyright © 2016. All Rights Reserved.