Class HttpElement

java.lang.Object
com.easypost.easyvcr.requestelements.HttpElement
Direct Known Subclasses:
HttpInteraction, Request, Response

public abstract class HttpElement extends Object
Base class for all EasyVCR request/response objects.
  • Constructor Details

    • HttpElement

      public HttpElement()
  • Method Details

    • toJson

      public String toJson()
      Serialize this object to a JSON string.
      Returns:
      JSON string representation of this HttpElement object.