Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16389 программистов и 1664 робота. Сейчас ищут 1680 программистов ...
HTTP_Request
Вернуться к: HTTP
The package provides an easy way to perform HTTP requests. It supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy, Proxy Authentication, SSL, file uploads etc.
- 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
- HTTP_Request_Listener — attaching listeners to HTTP_Request operations
Вернуться к: HTTP