java.lang.Object
ushiosan.jvm.http.UHttpRequest
-
Method Summary
Modifier and TypeMethodDescriptionstatic HttpRequest.BuilderGenerates a new http request configured for most websites to detect that it is valid.static HttpRequest.BuildermakeRequest(@NotNull String uri) Generates a new http request configured for most websites to detect that it is valid.static HttpRequest.BuildermakeRequest(@NotNull URI uri) Generates a new http request configured for most websites to detect that it is valid.
-
Method Details
-
makeRequest
Generates a new http request configured for most websites to detect that it is valid.- Returns:
- the http request configured to be valid
-
makeRequest
Generates a new http request configured for most websites to detect that it is valid.- Parameters:
uri- the route to which you want to send the request- Returns:
- the http request configured to be valid
-
makeRequest
Generates a new http request configured for most websites to detect that it is valid.- Parameters:
uri- the route to which you want to send the request- Returns:
- the http request configured to be valid
-