issues
search
jarcoal
/
httpmock
HTTP mocking for Golang
http://godoc.org/github.com/jarcoal/httpmock
MIT License
1.93k
stars
103
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
chore: fix CI tip build + switch to golangci-lint 1.61.0
#158
maxatome
closed
3 weeks ago
0
Replaced defer statements with t.Cleanup in docs
#157
alvii147
closed
3 weeks ago
2
chore: switch CI to go 1.23 & golangci-lint 1.60.1
#156
maxatome
closed
2 months ago
0
Update transport.go
#155
battlecook
closed
4 months ago
1
Unable to Mock Responses with Custom http.Client and Transport
#154
battlecook
opened
5 months ago
8
chore: switch CI to golangci-lint 1.57.2
#153
maxatome
closed
6 months ago
0
style: // nolint: → //nolint:
#152
maxatome
closed
6 months ago
0
feat: add NewJsonResponseOrPanic function to simplify calls with ResponderFromMultipleResponses
#151
kilianpaquier
closed
6 months ago
3
Update resty usage example + Add JsonString responder
#150
takanuva15
opened
7 months ago
1
chore: switch CI to go 1.22 & golangci-lint 1.55.2
#149
maxatome
closed
8 months ago
0
MinTimes and MaxTimes responder invocations
#148
ilya-hontarau
opened
1 year ago
5
ci: test against go 1.21 & use golangci-lint 1.54.1
#147
maxatome
closed
1 year ago
0
fix: BodyContainsBytes & BodyContainsString used with And/Or
#146
maxatome
closed
1 year ago
0
`Or()` and `And()` don't work correctly
#145
Moon1706
closed
1 year ago
2
[Question] How to return binary files in http response body
#144
kishaningithub
closed
1 year ago
1
ci: switch to install-go v3.4
#143
maxatome
closed
1 year ago
0
refactor: make golangci-lint v1.52.2 happy
#142
maxatome
closed
1 year ago
0
ci: add workflow_dispatch as event trigger
#141
maxatome
closed
1 year ago
0
wip: allow some hostnames to bypass httpmock
#140
nogates
closed
1 year ago
2
ci: test with go1.20
#139
maxatome
closed
1 year ago
0
feat: add Responder.{SetContentLength,HeaderAdd,HeaderSet} methods
#138
maxatome
closed
1 year ago
0
NewBytesResponse and NewStringResponse sets ContentLength
#137
vrnvu
closed
1 year ago
4
feat: introduce new matchers feature
#136
maxatome
closed
1 year ago
1
Capture the request body
#135
ignacio83
closed
1 year ago
20
ci: switch to go1.19 and golangci-lint v1.49.0
#134
maxatome
closed
2 years ago
0
Question: how to sponsor this project?
#133
marcelosousa
opened
2 years ago
2
http mocks regardless of domain
#132
justman00
closed
2 years ago
2
[Question] How to add custom values in the response header ?
#131
Sted-octo
closed
2 years ago
2
test httpstatus 302 on resty OnAfterResponse not expected
#130
daviyang35
closed
2 years ago
3
t.Parallel()
#129
OlexandrPodustov
opened
2 years ago
1
Fix concurrent map writes to oldClients
#128
roboslone
closed
2 years ago
6
docs: add go-testdeep example
#127
maxatome
closed
2 years ago
0
refactor: since go1.18 use any instead of interface{}
#126
maxatome
closed
2 years ago
0
ci: enable go1.18 + upgrade golangci-lint to v1.45.0
#125
maxatome
closed
2 years ago
0
feat: add (*MockTransport).Responders() method
#124
maxatome
closed
2 years ago
0
test: now use go-testdeep to simplify tests
#123
maxatome
closed
2 years ago
0
fix: url.RawPath is used instead of url.Path when checking path alone
#122
maxatome
closed
2 years ago
0
feat: NewNotFoundResponder() helps to detect a possible path mistake
#121
maxatome
closed
2 years ago
0
how httpmock works with InsecureSkipVerify
#120
chrislinan
closed
2 years ago
2
feat: registering a nil responder unregisters it
#119
maxatome
closed
2 years ago
0
feat: NewNotFoundResponder() helps to detect a possible method mistake
#118
maxatome
closed
2 years ago
0
feat: add Responder.Then() method
#117
maxatome
closed
2 years ago
0
fix: be consistent between net/http and httpmock Response.Body
#116
maxatome
closed
2 years ago
0
feat(Responder): add Delay(time.Duration) method
#115
maxatome
closed
2 years ago
0
feat: do our VERY best to detect user mistake concerning HTTP method
#114
maxatome
closed
2 years ago
0
Method mistake + go1.17
#113
maxatome
closed
2 years ago
0
No respond for URL question
#112
zhang-shengping
closed
2 years ago
5
Httpmock not working with resty
#111
tank-pooja
closed
2 years ago
4
ci: test against go1.17 + golangci-lint v1.43.0
#110
maxatome
closed
2 years ago
2
Support for go 1.17
#109
jhmilan
closed
2 years ago
2
Next