Class | Description |
---|---|
Chase |
Chase redirection to find where page permanently redirected if any.
|
Fetch |
Reads HTTP page with a generic http: https: file: etc, arbitrary URL.
|
Get |
simulates a browser posting a form to CGI via GET.
|
Head |
Simulates a browser posting a form to CGI via HEAD.
|
Http |
Base class to Post, Get, Head, Probe and Chase to send/receive HTTP messages.
|
Post |
simulates a browser posting a form to CGI via POST.
|
Probe |
simulates a browser posting a form to CGI via HEAD/GET.
|
Read |
Read a stream from a server.
|