Tom

Results 281 comments of Tom

Cool, any help would be very welcome. Feel free to update me here with your ideas or approches, so we can converge somehow.

Any updates here? Just curious :)

Any update here?

That would be nice but I want to be conservative when adding domain-specific API methods for special cases. Right now you can use the `AddMatcher(MatchFunc)` method for ad-hoc specific matching.

That's not currently supported. Why would you need that? gock does a runtime mockey patching, so no network L3, L4 or L7 are involved here, unless you explicitly enable the...

I agree this behaviour is not as versatile as it should be. I see multiple acceptable scenarios here that would depend on the developer's expectations. The underlying idea of having...

The body matcher should be used in pull-only HTTP verbs such as `GET` or `HEAD`. I'm quite busy, but happy to merge a PR.

This seems to be related to concurrent shared memory access. Serialized access might be needed at that level. Could you provide a more representative code example of how you are...

Gotta migrate the package namespace to `github.com` in a future release.