Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ETag and ConditionalGet logic from AD::Response to the middleware stack. | José Valim | 2010-10-03 | 1 | -8/+3 |
| | |||||
* | Remove more warnings shadowing outer local variable. | Emilio Tagua | 2010-09-27 | 1 | -8/+8 |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Remove more warnings shadowing outer local variable. | Emilio Tagua | 2010-09-27 | 1 | -8/+8 |
| | |||||
* | Rely on set and delete cookie logic from rack. | José Valim | 2010-05-18 | 1 | -0/+4 |
| | |||||
* | Reinstate pending tests that were supposed to be fixed before the | Joshua Peek | 2010-02-19 | 1 | -16/+8 |
| | | | | | | beta. Shout louder this time so they actually get fixed. | ||||
* | Cookies middleware | Joshua Peek | 2010-01-16 | 1 | -6/+3 |
| | |||||
* | Fix bare string Rack response bodies | Jeremy Kemper | 2009-12-23 | 1 | -2/+2 |
| | |||||
* | Pending tests for AD Response | Joshua Peek | 2009-12-17 | 1 | -0/+113 |
| | |||||
* | Don't need response prepare! | Joshua Peek | 2009-12-17 | 1 | -8/+0 |
| | |||||
* | Remove legacy processing and content_length | Yehuda Katz | 2009-08-02 | 1 | -4/+2 |
| | | | | | | | | | | | * 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 | ||||
* | Update cache_control to be a Hash of options that is used to build the header. | Yehuda Katz | 2009-08-02 | 1 | -2/+2 |
| | | | | * Significantly simplifies setting and modifying cache control in other areas | ||||
* | Move useful response test helpers into request | Joshua Peek | 2009-04-26 | 1 | -0/+47 |
| | |||||
* | Create a new file for response tests | Joshua Peek | 2009-04-26 | 1 | -0/+83 |