Closed chris-morgan closed 9 years ago
If there is no special-purpose HEAD handler, it should default to the GET handler. This is standard defined web behaviour.
Also, an OPTIONS request should always include HEAD if it includes GET.
Looks great, thanks.
If there is no special-purpose HEAD handler, it should default to the GET handler. This is standard defined web behaviour.
Also, an OPTIONS request should always include HEAD if it includes GET.