Java based HTTP Client which supports Pipelining

后端 未结 4 1287
既然无缘
既然无缘 2020-12-19 20:31

Do you know of any free Java library which support the HTTP pipelining option of HTTP/1.1 ( http://en.wikipedia.org/wiki/HTTP_pipelining ) ?

4条回答
  •  遥遥无期
    2020-12-19 20:54

    HTTPClient apparently supports pipelining here:

    http://www.innovation.ch/java/HTTPClient/

    but I haven't tried it personally and can't verify this.

提交回复
热议问题