Closed mrkschan closed 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/*/.
HOST
URL
api.example.com/users/*/
users/*/
Would like to keep config and implementation simple, supports HOST and PATH to create zone instead.
PATH
Currently, cuttle only supports creating a zone by
HOST
. It is better to support creating a zone byURL
. E.g.api.example.com/users/*/
creates zone perusers/*/
.