-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
The simple_example folder disappeared in the last patch #879
Comments
It was moved to the |
Epic. Thanks |
The decision to move simple_example is because it is really not simple and not an example. It started out to be an example. yes. But ended up piling more and more "features" into that example. Furthermore, out integration test ran against that example. The simple_example became complicated and useless (provides no learning opportunity). So we decided to move it into integration test. And we created #859 #858 to track our progress on making a new example. To allow newcomers to have a complete to learn from. Anyway #880 adds condensed examples on each feature. This should be what you are looking for. https://github.com/an-tao/drogon/blob/30671544f725d0460cb4b6fd3b317b1c105663e2/examples/file_upload/file_upload.cc#L14-L38 |
I understand that this was a little bit unfortunate, but in addition to what @marty1885 already explained, as far as I remember we also discussed this in our official Gitter channel. |
Issue Solved
The text was updated successfully, but these errors were encountered: