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

Allow handlers to return more than just strings or JSON #84

Merged
merged 6 commits into from
Jan 15, 2021

Conversation

The-EDev
Copy link
Member

Created an abstract returnable class which can be extended by any class the user wants to return in a handler.

closes #66

did not apply to JSON because it caused a linker error
also changed the version of boost required in CMAKE
also removed extra header meant for testing
include/crow/json.h Outdated Show resolved Hide resolved
@The-EDev The-EDev mentioned this pull request Jan 6, 2021
mrozigor
mrozigor previously approved these changes Jan 8, 2021
Conflicts:
	CMakeLists.txt
@The-EDev The-EDev merged commit 5449e75 into master Jan 15, 2021
@The-EDev The-EDev deleted the returnables branch January 19, 2021 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow extensible returning in handlers
2 participants