HTTP_Request

Table des matières
Introduction --  Introduction to HTTP_Request
Basic Authentication --  Authentication for protected websites
Cookies --  Making use of Cookies within HTTP_Request.
File uploads --  Uploading files via HTTP
Request headers --  Adding additional headers to the HTTP request.
Proxy Authorization --  Making use of a HTTP proxy
Response Evaluation --  Evaluating the information from a HTTP response

Ce paquet fournit une manière simple pour effectuer les requêtes HTTP. Il supporte les protocoles GET/POST/HEAD/TRACE/PUT/DELETE, les authentifications Basic, SSL, les chargements de fichiers, etc.