# File lib/camping-unabridged.rb, line 391
391:     def serve(p, c)
392:       t = Rack::Mime.mime_type(p[/\..*$/], nil) and @headers['Content-Type'] = t
393:       c
394:     end