(r *http.Request)
| 169 | } |
| 170 | |
| 171 | func (api *APIv2) handleForRequest(r *http.Request) (*graph.Handle, error) { |
| 172 | return HandleForRequest(api.h, api.wtyp, api.wopt, r) |
| 173 | } |
| 174 | |
| 175 | func (api *APIv2) ServeWrite(w http.ResponseWriter, r *http.Request) { |
| 176 | defer r.Body.Close() |
no test coverage detected