HTTP: cHTTP
Tiago Serafim (contact me)
This class can be used to send HTTP GET and POST requests to an HTTP server.
With this class you can:
- Download data from the HTTP server using the GET or POST methods
- Add form fields values to POST requests
- Get and set cookies
- Set the request referer URL
- The cHTTPMultiPart class extends cHTTP to make it possible to upload fields through multipart/form-data parts.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Good (85.0%)
| Sufficient (77.5%)
| -
| Not sure (55.0%)
| -
| -
| Not sure (55.8%)
| 910 |
Click here for detailed information about this class on phpclasses.org
Class
cHTTPMultiPart class