├── .gitignore ├── LICENSE ├── README.md ├── go.mod ├── go.sum └── requestid.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luludotdev/caddy-requestid/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luludotdev/caddy-requestid/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luludotdev/caddy-requestid/HEAD/README.md -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luludotdev/caddy-requestid/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luludotdev/caddy-requestid/HEAD/go.sum -------------------------------------------------------------------------------- /requestid.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luludotdev/caddy-requestid/HEAD/requestid.go --------------------------------------------------------------------------------