steid
Sign in
@jamesgill
/
steid
Code
Commits
7da29e0
At commit 7da29e0
Branches
main
steid
/
src
/
infrastructure
/
web
/
mod.rs
373 B
Code
·
Blame
·
Raw
1
//!
The web surface: pages, forms, and the request-scoped helpers they use.
2
3
pub
mod
api
;
4
pub
mod
browse
;
5
pub
mod
context
;
6
pub
mod
git
;
7
pub
mod
health
;
8
pub
mod
layout
;
9
pub
mod
markdown
;
10
pub
mod
pages
;
11
pub
mod
profile
;
12
pub
mod
rate_limit
;
13
pub
mod
repo
;
14
pub
mod
repo_settings
;
15
pub
mod
security_headers
;
16
pub
mod
session_cookie
;
17
pub
mod
settings
;
18
pub
mod
setup
;
19
pub
mod
token
;