stretchr / goweb

A lightweight RESTful web framework for Go
632 stars 61 forks source link

Default behaviour for OPTIONS and HEAD #11

Closed matryer closed 11 years ago

matryer commented 11 years ago

Goweb should, by default, manage OPTIONS and HEAD operations.

matryer commented 11 years ago

Default OPTIONS is done - we'll leave HEAD unless someone asks for it