On Sep 26, 2011, at 2:56 PM, [email protected] wrote: > +before do > + # Respond with 400, If we don't get a http Host header, > + halt 400, "Unable to find HTTP Host header" if @env['HTTP_HOST'] == nil > +end > + > # Redirect to /api > get '/' do redirect root_url, 301; end >
ACK. Could you please send it in proper git format, so I can push it with your signature? PS: I assume you have signed Apache CLA. -- Michal
