mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-19 15:53:17 +00:00
Begin implementing HTTP replacer and static responder
This commit is contained in:
parent
1136e2cfee
commit
2eb3593327
6 changed files with 161 additions and 30 deletions
|
@ -9,7 +9,7 @@ func BenchmarkLoad(b *testing.B) {
|
|||
for i := 0; i < b.N; i++ {
|
||||
r := strings.NewReader(`{
|
||||
"testval": "Yippee!",
|
||||
"modules": {
|
||||
"apps": {
|
||||
"http": {
|
||||
"servers": {
|
||||
"myserver": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue