# File lib/em-http/client.rb, line 29
    def last_modified
      time = self["Last-Modified"]
      Time.parse(time) if time
    end