feat: caching headers

This commit is contained in:
2026-02-21 16:16:55 +01:00
parent 6c4b2190b3
commit 3f321f0836
21 changed files with 293 additions and 56 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"
}
]
}