Nate Good
Nate Good
The library is built upon cURL. AFAIK the php bindings do not have support for this (`curl_exec` is all or nothing). This would probably only be possible if we opened...
Interesting. Thanks for sharing. I'm open to a pull request. You may need to add a "trap exceptions" option to Request to get around the error handling issue you bring...
No easy support for it currently, but agree it is a worth while feature. Labeling as such.
Does this happen with the examples in /examples?
I don't have a windows machine or VM handy to debug. Might have something to do with the Colors.php library. Have you tried running examples directly from the [Colors.php](https://github.com/kevinlebrun/colors.php) library?
The serialized payload that we pass to this method should always be a string. What case were you running into where this wasn't the case? @michelwilhelm
Would generally want to see test coverage for this, but seeing as it's a simple curl opt addition, we can move forward.
@JamieSlome email [email protected]
Httpful uses [simple xml](http://www.php.net/manual/en/book.simplexml.php) for parsing. Can you test your XML directly via simple to verify it isn't a bug there?
You can do this currently just by setting and getting headers. I assume you're looking for an abstraction?