hanami / router

Ruby/Rack HTTP router
http://hanamirb.org
MIT License
362 stars 92 forks source link

Deprecate Force SSL #160

Closed jodosha closed 6 years ago

jodosha commented 6 years ago

Force SSL feature makes the internal of Hanami::Router#call complicated.

Given there are better Rack based alternatives (as middleware), or NGINX rewriting rules, I don't see the point of keeping this feature here.


This change MUST go to develop branch.


Ref https://trello.com/c/fQw5F4Hp

jodosha commented 6 years ago

Implemented by https://github.com/hanami/router/pull/167