Closed benpate closed 9 years ago
This moves all request body encoding into a separate function, setting the stage for using pluggable encoders [#30].
All tests are passing (on my machine, anyway) and this should not affect the public API in any way.
Tests passed from travis' end too. This is good to merge :+1:
This moves all request body encoding into a separate function, setting the stage for using pluggable encoders [#30].
All tests are passing (on my machine, anyway) and this should not affect the public API in any way.