Class RequestLine
- java.lang.Object
-
- com.squareup.okhttp.internal.http.RequestLine
-
public final class RequestLine extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringrequestPath(HttpUrl url)Returns the path to request, like the '/' in 'GET / HTTP/1.1'.static Stringversion(Protocol protocol)
-