| Package | Description | 
|---|---|
| org.apache.hc.core5.http | Core HTTP transport component APIs. | 
| Modifier and Type | Method and Description | 
|---|---|
| T | HttpRequestFactory. newHttpRequest(String method,
              String uri)Creates request message with the given request method and request URI. | 
| T | HttpRequestFactory. newHttpRequest(String method,
              URI uri)Creates request message with the given request method and request URI. | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.