yuokada / gohcs

MIT License
0 stars 0 forks source link

Change Response by Host Header #14

Open yuokada opened 7 years ago

yuokada commented 7 years ago

Example. Like this

% curl -H 'Host a.example.co.jp' http://www.example.co.jp/status.html
OK
% curl -H 'Host b.example.co.jp' http://www.example.co.jp/status.html
404 not found