Tom
Tom
```go baloo.New("http://test").Get("/foo").Expect(t).Cookie("Foo", "bar") ```
In order to simplify logic and avoid code duplication while running redundant tasks for certain path params, it would be great adding some sort of path param specific handlers who...
It could be an option to allow disable the final dots. I can make a PR with it
A proposal for an external plugin interface thanks to Go 1.8+ dynamic shared libraries: Possible capabilities: - HTTP middleware based on http.Handler idiomatic interface. - HTTP server/mux instrumentation. - Before/After...