nandlabs / golly

golly is a open source library for go
MIT License
2 stars 0 forks source link

[FEATURE] HTTP Mocking Capabilities #25

Open nandagopalan opened 1 month ago

nandagopalan commented 1 month ago

Is your feature request related to a problem? Please describe. Currently we do not have a mock server capability in testing package for http. This is required for API testing.

Describe the solution you'd like Lets add a feature in the testing package to mock both http server and http client.

@neo7337 Lets discuss on this more