patch constant

Expose const patch

Implementation

static const Expose get = Expose('', method: 'GET'),
    post = Expose('', method: 'POST'),
    patch = Expose('', method: 'PATCH'),
    put = Expose('', method: 'PUT'),
    delete = Expose('', method: 'DELETE'),
    head = Expose('', method: 'HEAD');