module Protocol::Rack::Adapter

def self.parse_file(...)

@returns [String | Nil] The parsed file path or nil if not found
@parameter env [Hash] The Rack environment

Parses a file path from the Rack environment.
def self.parse_file(...)
	IMPLEMENTATION.parse_file(...)
end