onsi / gomega

Ginkgo's Preferred Matcher Library
http://onsi.github.io/gomega/
MIT License
2.16k stars 281 forks source link

Add RoundTripper method to ghttp.Server #770

Closed Smirl closed 2 months ago

Smirl commented 2 months ago

Summary

Fixes #769

Add a new method RoundTripper which can be used to create http.Client or otherwise when testing http.

This is useful if you cannot access the URL directly, or do not want to change the path.

onsi commented 2 months ago

thanks!