mrkschan / cuttle

:octopus: - Rate limit HTTP API calls per access token
MIT License
48 stars 14 forks source link

Use URL pattern to create a zone #3

Closed mrkschan closed 9 years ago

mrkschan commented 9 years ago

Currently, cuttle only supports creating a zone by HOST. It is better to support creating a zone by URL. E.g. api.example.com/users/*/ creates zone per users/*/.

mrkschan commented 9 years ago

Would like to keep config and implementation simple, supports HOST and PATH to create zone instead.