mirror of
https://github.com/ivuorinen/curly.git
synced 2026-01-26 11:33:59 +00:00
24 lines
545 B
Markdown
24 lines
545 B
Markdown
Curly PHP Curl client
|
|
=====================
|
|
|
|
Main features:
|
|
|
|
- BASIC, NTLM, DIGEST and SPNEGO auth authentication support
|
|
- proxy support
|
|
- allowed http methods: GET, POST, PUT, DELETE
|
|
- request customization (User Agent, HTTP Version, Content Type, ...)
|
|
|
|
## Why?
|
|
|
|
Because I needed a CURL library that handled NTLM authentication and
|
|
let me choose what parameters should be passed to the CURL instance.
|
|
|
|
## Usage
|
|
|
|
*todo*
|
|
|
|
## License
|
|
|
|
This package is released under the MIT License (MIT).
|
|
Please see [License File](LICENSE) for more information.
|