mirror of
https://github.com/danbulant/koa-plugins
synced 2026-05-19 04:08:43 +00:00
Add plugin section
This commit is contained in:
parent
165b75d1bd
commit
40aeb7d6a8
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -38,3 +38,14 @@ Following rules can be used
|
|||
| accepts | String or String[] | Using koa's accepts method. Used as arguments (array expanded) |
|
||||
| secure | bool | If using HTTPS |
|
||||
| subdomains | String[] | If subdomains matches. (compares koa's subdomains) |
|
||||
|
||||
|
||||
## Plugins
|
||||
|
||||
*Did own plugin and published it publicly? Make an issue and I'll add it there!*
|
||||
|
||||
| Name | Author | Description | Link |
|
||||
| ---- | ------ | ----------- | ---- |
|
||||
| **PHP** | Daniel Bulant | Run PHP files with PHP-FPM from './contents'. Works well with static.| |
|
||||
| **Static** | Daniel Bulant | Serves static files from './contents' | |
|
||||
| **Logger** | Daniel Bulant | Simple logging utility to log all requests | |
|
||||
Loading…
Reference in a new issue