This commit is contained in:
2025-07-21 02:30:26 +07:00
parent e72fa38b96
commit 6a17a02900
2 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ func main() {
client := http.NewClient()
_, err := client.Do(
"GET",
"http://test.ru",
"http://test.ru/",
[]http.Header{
{Name: "Host", Value: "3crabs.ru"},
{Name: "User-Agent", Value: "3crabs/0.0.1"},