forbidden method
A shelf.Response
for API calls that are forbidden for the current state
of the server.
Implementation
shelf.Response forbidden([String? reason]) =>
shelf.Response.forbidden(reason);
A shelf.Response
for API calls that are forbidden for the current state
of the server.
shelf.Response forbidden([String? reason]) =>
shelf.Response.forbidden(reason);