feat: caching headers

This commit is contained in:
2026-03-02 22:37:48 +01:00
parent 19fb5b9292
commit e689ab08c9
19 changed files with 292 additions and 55 deletions
+8
View File
@@ -9,6 +9,14 @@
"program": "${workspaceFolder}/cmd/schreifuchs-ch/main.go",
"cwd": "${workspaceFolder}",
"showLog": true
},
{
"name": "Attach to Air",
"type": "go",
"request": "attach",
"mode": "remote",
"port": 2345,
"host": "127.0.0.1"
}
]
}