BrandonRomano / wrecker

A golang request builder for JSON APIs
MIT License
24 stars 0 forks source link

Refactor Body #34

Closed benpate closed 9 years ago

benpate commented 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.

BrandonRomano commented 9 years ago

Tests passed from travis' end too. This is good to merge :+1: