java.lang.Object
org.miaixz.bus.http.metric.http.RequestLine
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stringget(Request request, Proxy.Type proxyType) static StringrequestPath(UnoUrl url) Returns the path to request, like the '/' in 'GET / HTTP/1.1'.
-
Method Details
-
get
-
requestPath
Returns the path to request, like the '/' in 'GET / HTTP/1.1'. Never empty, even if the request URL is. Includes the query component if it exists.
-