Return inserted object from POST when Prefer: return=representation

Fixes #27
Fixes #159
This commit is contained in:
Joe Nelson
2015-03-01 21:42:05 -08:00
parent 11e5918690
commit 5be0b5d5ae
3 changed files with 13 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Server response logging
- Filter IN values, e.g. `?col=in.1,2,3`
- Return POSTed resource if header "Prefer: return=representation"
## [0.2.6.0] - 2015-02-18
### Added