Package 

Class HttpRaw

  • All Implemented Interfaces:

    
    public final class HttpRaw
    extends HttpReq
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpRaw(String url)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final HttpRaw data(String contentType, ByteArray data)
      final HttpRaw jsonObject(Function1<YsonObject, Unit> block)
      final HttpRaw json(String json)
      final HttpRaw xml(String xml)
      • Methods inherited from class dev.entao.web.http.HttpReq

        arg, arg, arg, arg, args, args, buildGetUrl, download, dumpReq, getCharsetUTF8, getDumpReq, getDumpResp, getHeaders, getMethod, getProgress, getSaveToFile, getUTF8, getUrl, request, setDumpReq, setDumpResp, setProgress, setSaveToFile, write, writeln
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait