Interface HttpClient

    • Method Summary

      Modifier and Type Method Description
      HttpResponse post​(java.lang.String url, java.lang.String body)  
    • Method Detail

      • post

        HttpResponse post​(java.lang.String url,
                          java.lang.String body)
                   throws java.io.IOException
        Throws:
        java.io.IOException