Package tech.xigam.express
Class Request
java.lang.Object
tech.xigam.express.Request
This is a class that contains related data of an HTTP request.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
httpExchange
-
requestType
-
requestUrl
-
requestArguments
-
-
Constructor Details
-
Request
-
-
Method Details
-
code
-
respond
-
urlSegments
Fetch the URL segments.- Returns:
- The segments (without the https://) of the request URL.
-