FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
caddy/caddyhttp/caddyhttp.go at master · domdoescode/caddy · GitHub
domdoescode
/
caddy
Public
forked from
caddyserver/caddy
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
caddy
/
caddyhttp
/
caddyhttp.go
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (29 loc) · 1.16 KB
Breadcrumbs
caddy
/
caddyhttp
/
caddyhttp.go
Copy path
File metadata and controls
31 lines (29 loc) · 1.16 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
package
caddyhttp
import
(
// plug in the server
_
"github.com/mholt/caddy/caddyhttp/httpserver"
// plug in the standard directives
_
"github.com/mholt/caddy/caddyhttp/basicauth"
_
"github.com/mholt/caddy/caddyhttp/bind"
_
"github.com/mholt/caddy/caddyhttp/browse"
_
"github.com/mholt/caddy/caddyhttp/errors"
_
"github.com/mholt/caddy/caddyhttp/expvar"
_
"github.com/mholt/caddy/caddyhttp/extensions"
_
"github.com/mholt/caddy/caddyhttp/fastcgi"
_
"github.com/mholt/caddy/caddyhttp/gzip"
_
"github.com/mholt/caddy/caddyhttp/header"
_
"github.com/mholt/caddy/caddyhttp/internalsrv"
_
"github.com/mholt/caddy/caddyhttp/log"
_
"github.com/mholt/caddy/caddyhttp/markdown"
_
"github.com/mholt/caddy/caddyhttp/maxrequestbody"
_
"github.com/mholt/caddy/caddyhttp/mime"
_
"github.com/mholt/caddy/caddyhttp/pprof"
_
"github.com/mholt/caddy/caddyhttp/proxy"
_
"github.com/mholt/caddy/caddyhttp/redirect"
_
"github.com/mholt/caddy/caddyhttp/rewrite"
_
"github.com/mholt/caddy/caddyhttp/root"
_
"github.com/mholt/caddy/caddyhttp/status"
_
"github.com/mholt/caddy/caddyhttp/templates"
_
"github.com/mholt/caddy/caddyhttp/websocket"
_
"github.com/mholt/caddy/startupshutdown"
)
Back
|
FazBrowse Home
|
New Git URL