lib/regurgitator/domain_path.rb in regurgitator-0.7.0 vs lib/regurgitator/domain_path.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 "/:namespace/:dkey"
# where +:dkey+ may contain multiple slashes
#
# If a client were to make a request to "http://example.com/d/foo/bar",