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

Commit b5c129a

Browse files
authored
Update README.md
1 parent b39b9f6 commit b5c129a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
# method-override
1+
# Middleware: Request Method Override
2+
3+
## How to use?
4+
<b>Header:</b> X-HTTP-Method-Override
5+
<br>
6+
<b>Methods:</b> GET, POST, PUT, DELETE, OPTIONS, HEAD, PATCH
7+
8+
```
9+
var api rest.API
10+
11+
api.Use(methodoverride.MethodOverride())
12+
13+
```

0 commit comments

Comments
 (0)