Tom

Results 74 issues of Tom

```go baloo.New("http://test").Get("/foo").Expect(t).Cookie("Foo", "bar") ```

enhancement

**UPDATE 2018**: we're still looking for maintainers.

help wanted

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...

feature

It could be an option to allow disable the final dots. I can make a PR with it

enhancement

enhancement

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...

feature request