joshbuddy / http_router

A kick-ass HTTP router for use in Rack
MIT License
199 stars 45 forks source link

Add HttpRouter#options #38

Closed jimmycuadra closed 10 years ago

jimmycuadra commented 10 years ago

Adds an options method to HttpRouter for creating routes that respond to the OPTIONS HTTP method, similar to others already provided.

Additionally, fixes the documentation of trace and connect which both stated that they created routes for the OPTIONS method.

jimmycuadra commented 10 years ago

Closing this in favor of #39.