public interface HttpRequest
| Modifier and Type | Method and Description | 
|---|---|
| String | absoluteURI() | 
| MultiMap | headers() | 
| int | id() | 
| HttpMethod | method() | 
| SocketAddress | remoteAddress() | 
| String | uri() | 
int id()
String uri()
String absoluteURI()
HttpMethod method()
MultiMap headers()
SocketAddress remoteAddress()
Copyright © 2023 Eclipse. All rights reserved.