php-mod / curl

This library provides an object-oriented and dependency free wrapper of the PHP cURL extension.
MIT License
328 stars 120 forks source link

CURL Post Form data #15

Closed ghost closed 9 years ago

ghost commented 9 years ago

What's the proper method to set parameters on when attempting to emulate “application/x-www-form-urlencoded”

Is there such a built in helper method? I don't see anything in Curl main class.

ghost commented 9 years ago

You simply pass it via the post params