HTTP client
Package:
Summary:
Send HTTP requests to Web servers
Groups:
Author:
Description:
This class can be used to send HTTP requests to Web servers.
It can establish a TCP socket connection to a given Web server and send HTTP GET or POST requests. It supports sending cookies and custom POST request body data.
The class can retrieve the response and parse it to extract the response body data and any cookies sent by the server.
It can establish a TCP socket connection to a given Web server and send HTTP GET or POST requests. It supports sending cookies and custom POST request body data.
The class can retrieve the response and parse it to extract the response body data and any cookies sent by the server.
Comments are closed.