Class HTTPRequestWrapper


  • public class HTTPRequestWrapper
    extends Object
    • Constructor Detail

      • HTTPRequestWrapper

        public HTTPRequestWrapper()
    • Method Detail

      • sendRequest

        public static de.narimo.commons.http.URLResponse sendRequest​(HTTPRequestParams params,
                                                                     boolean toExternal)
                                                              throws Exception
        Sends an http request and removes all authentication related params, if this is an external request, before sending.
        Parameters:
        params -
        Returns:
        Throws:
        Exception
      • main

        public static void main​(String[] args)