lib/regurgitator/domain_host.rb in regurgitator-0.7.0 vs lib/regurgitator/domain_host.rb in regurgitator-0.8.0
- old
+ new
@@ -1,5 +1,6 @@
# -*- encoding: binary -*-
+require_relative 'endpoint'
# Matches GET and HEAD requests in the format of ":domain.example.com/:dkey"
# where domain is read from the Host: header.
#
# If a client were to make a request to "http://foo.example.com/bar",