buildo / nozzle

MIT License
0 stars 1 forks source link

Allow customizing error status codes #18

Closed gabro closed 8 years ago

gabro commented 8 years ago

requirements

Currently there's no clean way of customizing the mapping between WebError and StatusCode

specs

Add a level of indirection over webresult.MarshallingSupport and provide a default webresult.DefaultMarshallingSupport to be mixed in by the user.