MCPcopy Create free account
hub / github.com/kataras/iris / Delete

Method Delete

core/router/api_builder.go:1506–1508  ·  view source on GitHub ↗

Delete registers a route for the Delete HTTP Method. Returns a *Route and an error which will be filled if route wasn't registered successfully.

(relativePath string, handlers ...context.Handler)

Source from the content-addressed store, hash-verified

1504//
1505// Returns a *Route and an error which will be filled if route wasn't registered successfully.
1506func (api *APIBuilder) Delete(relativePath string, handlers ...context.Handler) *Route {
1507 return api.Handle(http.MethodDelete, relativePath, handlers...)
1508}
1509
1510// Connect registers a route for the Connect HTTP Method.
1511//

Callers

nothing calls this directly

Calls 1

HandleMethod · 0.95

Tested by

no test coverage detected