Interface HttpRequest

    • Method Detail

      • formURLEncode

        static String formURLEncode​(String value)
      • id

        UUID id()
        The unique id for this HTTP request, used for logging and debugging
        Returns:
        a UUID.
      • uri

        URI uri()
      • bodyString

        String bodyString()
        Return the body as a string, but only if one of the String valued HttpRequest.Builder methods were used otherwise null
        Returns:
        the body