Skip to content
This repository was archived by the owner on Jan 12, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 224 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 224 Bytes

Middleware: Request Method Override

How to use?

Header: X-HTTP-Method-Override
Methods: GET, POST, PUT, DELETE, OPTIONS, HEAD, PATCH

var api = rest.New("/")

api.Use(methodoverride.Load())