(http.ResponseWriter, *http.Request)
| 58 | type Adapter interface { |
| 59 | Handle(op *Operation, handler func(ctx Context)) |
| 60 | ServeHTTP(http.ResponseWriter, *http.Request) |
| 61 | } |
| 62 | |
| 63 | // Context is the current request/response context. It provides a generic |
no outgoing calls