Interface ScxHttpServerRequest
- All Known Subinterfaces:
ScxServerWebSocketHandshakeRequest
public interface ScxHttpServerRequest
ScxHttpServerRequest
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Summary
-
Method Details
-
response
ScxHttpServerResponse response() -
method
ScxHttpMethod method() -
uri
ScxURI uri() -
version
HttpVersion version() -
headers
ScxHttpHeaders headers() -
body
ScxHttpBody body() -
remotePeer
PeerInfo remotePeer() -
localPeer
PeerInfo localPeer() -
path
-
query
-
getQuery
-
getHeader
-
getHeader
-
contentType
-
cookies
-
getCookie
-