1. 07 8月, 2009 10 次提交
  2. 05 8月, 2009 1 次提交
  3. 03 8月, 2009 2 次提交
    • Y
      Remove legacy processing and content_length · b53f0069
      Yehuda Katz 提交于
        * convert_content_type! is handled by assign_default_content_type_and_charset!
        * set_content_length! should be handled by the endpoint server. Otherwise
          each middleware that modifies the body has to do the expensive work of
          recalculating content_length.
        * convert_language! appears to be legacy. There are no tests for this
        * convert_cookies! should be handled by the new HeaderHash in Rack
        * Use an integer for .status's internal representation to avoid needing to
          do String manipulation just to find out the status
      b53f0069
    • Y
      Update cache_control to be a Hash of options that is used to build the header. · 503ce1d0
      Yehuda Katz 提交于
        * Significantly simplifies setting and modifying cache control in other areas
      503ce1d0
  4. 02 8月, 2009 1 次提交
  5. 31 7月, 2009 1 次提交
  6. 30 7月, 2009 8 次提交
  7. 29 7月, 2009 1 次提交
  8. 25 7月, 2009 1 次提交
  9. 21 7月, 2009 1 次提交
  10. 20 7月, 2009 2 次提交
  11. 19 7月, 2009 5 次提交
  12. 16 7月, 2009 3 次提交
  13. 12 7月, 2009 1 次提交
  14. 08 7月, 2009 1 次提交
  15. 03 7月, 2009 2 次提交