Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 276 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 276 Bytes

webhook

A generic webhook service.

It will execute a sh command when receiving an HTTP request.

Usage

GET /{name}
GET /{name}?password={password}
POST /{name}
POST /{name}?password={password}

Only ASCII characters and numbers could be contained in name.