Unit HTTPSend
HTTP client
Description
HTTP client
RFC: 1945, 2616
Supported features are:
- HTTP protocol level 0.9, 1.0 and 1.1
- SSL/TLS (instant. Simply use https://... in URL)
- SOCKS5
- SOCKS4/4a
- domain name, IPv4 or IPv6 can be in URL.
- HTTP authorisation
- HTTP proxy mode
- HTTP proxy authorisation
- keep-alives
- cookies
- can download only part of requested document
- can use any HTTP request method (GET, POST, ...)
- can easy draw progressbars
Classes
THTTPSend
Procedures
HttpGetBinary
HttpGetText
HttpPostBinary
HttpPostFile
HttpPostURL
Types
TTransferEncoding