Class RequestLine

java.lang.Object
org.miaixz.bus.http.metric.http.RequestLine

public class RequestLine extends Object
Since:
Java 17+
Author:
Kimi Liu
  • Method Details

    • get

      public static String get(Request request, Proxy.Type proxyType)
    • requestPath

      public static String requestPath(UnoUrl url)
      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.