falcon-host options documentation? #280
Answered
by
ioquatix
elondres-mim
asked this question in
Q&A
|
The "Deployment" guide has a useful example configuration for |
Answered by
ioquatix
Apr 8, 2025
Replies: 1 comment 1 reply
|
All the available environments are documented here: https://socketry.github.io/falcon/source/Falcon/Environment/index.html For example, the server options listed under https://socketry.github.io/falcon/source/Falcon/Environment/Server/index.html, e.g. service ... do
count 4
endDoes that answer your question? |
1 reply
Answer selected by
elondres-mim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All the available environments are documented here: https://socketry.github.io/falcon/source/Falcon/Environment/index.html
For example, the server options listed under https://socketry.github.io/falcon/source/Falcon/Environment/Server/index.html, e.g.
countcan be configured like so:Does that answer your question?