Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Response should be extracted into a protocol to allow other objects to provide states code or headers without being wrapped #56

Closed
MP0w opened this issue Apr 30, 2016 · 1 comment
Assignees
Milestone

Comments

@MP0w
Copy link
Member

MP0w commented Apr 30, 2016

ATM Response is an object that can wrap other Serializable objects to customize the status code and headers.
JSONAPI for example (See #57) might need this behavior and automatically decide the status code and headers so a protocol would be needed to support this behavior and not require special handling in the server side.

@MP0w MP0w self-assigned this Apr 30, 2016
@MP0w MP0w added this to the Beta-1 milestone May 1, 2016
MP0w added a commit that referenced this issue Jun 16, 2016
Extract `Response` into a protocol and rename code in statusCode #56
@MP0w MP0w closed this as completed Jun 25, 2016
@MP0w
Copy link
Member Author

MP0w commented Jun 25, 2016

Implemented in #61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant