We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v1.0
App
run_async()
Logging
JSON
Templating
set_base()
set_global_base()
Multipart
Middleware
Static Files
No mention of base64 encoder or decoder (except in auth tutorial) Added base64 decoder #260
No mention or description of ssl_used() Fix faulty https redirection. #281 The function doesn't seem very useful excluding internal use.
ssl_used()
No mention of Crow's load balancing Add basic load balancing #289 Could be part of a "How Crow works" set of guides, but that's another project itself.
No mention of how Mustache and Logger are static Mustache and logging code shouldn't be static #361
No mention of make uninstall Uninstall target as mentioned in #138 #305
No mention of returnable templates Returnable template #346 Not true.
No mention of CORS CORS Middleware #348 (Will require it's own page similar to Auth)
No mention of CROW_USE_LOCALTIMEZONE Support for CROW_USE_LOCALTIMEZONE for using localtime in logs #368
CROW_USE_LOCALTIMEZONE
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Existing Guides
App
run_async()
Logging
JSON
Templating
set_base()
orset_global_base()
Multipart
Middleware
Static Files
From PRs
No mention of base64 encoder or decoder (except in auth tutorial) Added base64 decoder #260
No mention or description ofThe function doesn't seem very useful excluding internal use.ssl_used()
Fix faulty https redirection. #281No mention of Crow's load balancing Add basic load balancing #289Could be part of a "How Crow works" set of guides, but that's another project itself.No mention of how Mustache and Logger are static Mustache and logging code shouldn't be static #361
No mention of make uninstall Uninstall target as mentioned in #138 #305
No mention of returnable templates Returnable template #346Not true.No mention of CORS CORS Middleware #348 (Will require it's own page similar to Auth)
No mention of
CROW_USE_LOCALTIMEZONE
Support forCROW_USE_LOCALTIMEZONE
for using localtime in logs #368The text was updated successfully, but these errors were encountered: