We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec11bf2 commit f1cf2b0Copy full SHA for f1cf2b0
doc.go
@@ -44,7 +44,7 @@ Advanced Example:
44
}
45
return resp
46
},
47
- WithHeader(
+ simular.WithHeader(
48
&http.Header{
49
"Api-Key": []string{"1234abcd"},
50
@@ -71,12 +71,12 @@ Advanced Example:
71
72
return resp, nil
73
74
75
76
77
78
),
79
- WithBody(
+ simular.WithBody(
80
bytes.NewBufferString(`{"title":"article"}`),
81
82
0 commit comments