Allow header value listing permitted HTTP methods
Source position: httpdefs.pp line 620
public property TResponse.Allow : string |
Allow contains the Allow header value, which lists the HTTP methods supported by the resource. This is commonly used in response to OPTIONS requests or with 405 Method Not Allowed responses.