-
Notifications
You must be signed in to change notification settings - Fork 375
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
Cinatra docker #184
Comments
https://github.com/qicosmos/FrameworkBenchmarks/blob/master/frameworks/C%2B%2B/cinatra/cinatra.dockerfile |
Why doesn't it run correctly when I update the main.cpp code. There's something I'm not seeing. |
Is seems some files are missing in the new cinatra master. Like nlohmann Jason file. And it seems some endpoints won't work like those with render 404 and set_attr functions. Please clarify. |
@opakaj hi, I use this dockerfile rebuild cinatra master branch, but I can't reproduce your compilation error , could you provide more information, like your machine os, cinatra git log and other context ? |
@qicosmos why doesn't the new cinatra master file recognise certain functions like set_attr(),and render_404() etc even with response.hpp in the project. I had to use the response. Hpp of the previous cinatra package but it also has some issues... |
@opakaj Actually i have removed json file from cinatra, i think it's should not belong to a http server, the user can import any json library as their wishes. |
Anyone with the cinatra docker file? Or implementation ideas for an api build with the framework for cloud deploying?
The text was updated successfully, but these errors were encountered: