public interface RequestLine
Request-Line = Method SP Request-URI SP HTTP-Version CRLF
Modifier and Type | Method and Description |
---|---|
String |
getMethod() |
ProtocolVersion |
getProtocolVersion() |
String |
getUri() |
String getMethod()
ProtocolVersion getProtocolVersion()
String getUri()
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.