This commit is contained in:
Владимир Федоров
2025-07-20 04:44:00 +07:00
parent 3cfa44b99c
commit 729015c4ea
7 changed files with 85 additions and 51 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ import (
func main() {
r, err := http.Do(
"GET",
"https://3crabs.ru:443",
[]*http.Header{
"http://test.ru",
[]http.Header{
{Name: "Host", Value: "3crabs.ru"},
{Name: "User-Agent", Value: "3crabs/0.0.1"},
{Name: "Accept", Value: "*/*"},