Class RequestCopier

java.lang.Object
org.apache.hc.client5.http.impl.RequestCopier
All Implemented Interfaces:
MessageCopier<org.apache.hc.core5.http.HttpRequest>

@Deprecated public final class RequestCopier extends Object implements MessageCopier<org.apache.hc.core5.http.HttpRequest>
Deprecated.
Use BasicRequestBuilder
HttpRequest copier.
Since:
5.0
  • Field Details

    • INSTANCE

      public static final RequestCopier INSTANCE
      Deprecated.
  • Constructor Details

    • RequestCopier

      public RequestCopier()
      Deprecated.
  • Method Details

    • copy

      public org.apache.hc.core5.http.HttpRequest copy(org.apache.hc.core5.http.HttpRequest original)
      Deprecated.
      Specified by:
      copy in interface MessageCopier<org.apache.hc.core5.http.HttpRequest>