Klasse HttpRequest

java.lang.Object
de.oliver.fancyanalytics.api.http.HttpRequest

public class HttpRequest extends Object
  • Konstruktordetails

    • HttpRequest

      public HttpRequest(String url, String method, Object body, Map<String,String> headers)
      Creates a new HttpRequest.
      Parameter:
      url - The url to send the request to.
      method - The method to use.
      body - The body of the request.
      headers - The headers of the request.
    • HttpRequest

      public HttpRequest(String url)
      Creates a new HttpRequest.
  • Methodendetails