kenichi / angelo

Sinatra-like DSL for Reel that supports WebSockets and SSE
Other
303 stars 23 forks source link

Added default_headers DSL method #61

Closed nagius closed 8 years ago

nagius commented 8 years ago

This can be useful to add global response headers, for example CORS access control.

kenichi commented 8 years ago

:+1: what do you think about adding a test to the DSL configs section of angelo_spec.rb? :smile:

nagius commented 8 years ago

Sure ! I added a test, hope this is fine, I'm not really a test expert ;-)

kenichi commented 8 years ago

:+1: