Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Łukasz Nowak
caddy
Repository
93b301372b7156abd13bd60a93d4318b85770750
Switch branch/tag
caddy
middleware
History
Find file
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
Download this directory
zip
tar.gz
tar.bz2
tar
Clone
Clone with HTTPS
Open in your IDE
Visual Studio Code
Copy HTTPS clone URL
Copy HTTPS clone URL
https://lab.nexedi.com/luke/caddy.git
rewrite: Fix a lint suggestion
Matthew Holt authored
9 years ago
93b30137
Name
Last commit
Last update
..
basicauth
pass golint
9 years ago
browse
pass golint
9 years ago
errors
Address various lint and gocyclo warnings. Fixes #253
9 years ago
extensions
ext: Fix panic when URL path is empty
9 years ago
fastcgi
FastCGI: Close client connections when done.
9 years ago
gzip
Improve tests, fix a few lint warnings
9 years ago
headers
headers: Initial test for Headers
9 years ago
inner
rename middleware's name from `internal` to `inner`
9 years ago
log
pass golint
9 years ago
markdown
Use proper struct constructors instead.
9 years ago
mime
New core middleware, MIME.
9 years ago
proxy
Close proxy's backend request earlier when re-connecting for websocket
9 years ago
redirect
Commenting on the need for additional redirect tests
9 years ago
rewrite
rewrite: Fix a lint suggestion
9 years ago
templates
Add argument in new optional block in templates midd to set delimiters
9 years ago
websocket
Fix go vet
9 years ago
commands.go
Two quotes next to each other result in one escaped quote; Add Split Example, add/refactor tests for every platform.
9 years ago
commands_test.go
Two quotes next to each other result in one escaped quote; Add Split Example, add/refactor tests for every platform.
9 years ago
context.go
templates: Another context fix when host header is missing port
9 years ago
context_test.go
templates: Another context fix when host header is missing port
9 years ago
fileserver.go
Check and return the correct error if Stat method fails (see golang issue #12991)
9 years ago
fileserver_test.go
pass golint
9 years ago
middleware.go
Move common function into existing file
9 years ago
middleware_test.go
Move common function into existing file
9 years ago
path.go
Fix more lint warnings
9 years ago
recorder.go
recorder_test.go
replacer.go
replacer_test.go
roller.go