Rocket/.editorconfig
Dan Dumont 3d1de7bac5
Expose the SNI when possible. (#2943)
Grabs the SNI from TLS connections and saves to ConenctionMeta struct. Provides useful methods for exracting the SNI from requests.

Closes #2942
2025-12-27 22:35:44 -06:00

9 lines
131 B
INI

root = true
[*.rs]
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
tab_width = 4