summaryrefslogtreecommitdiff
path: root/spec/unit/response
AgeCommit message (Expand)AuthorFilesLines
2012-11-23Sets the Content-Type in to_a unless it is already set beforeStormwind1-3/+16
2012-11-23content_type sets the Content-Type header to the given valueStormwind1-3/+11
2012-11-23Sets the Content-Length in to_a unless it is already set beforeStormwind1-2/+9
2012-11-23Sets Content-Type header in to_aStormwind1-1/+6
2012-11-23Sets Content-Length to body string bytesizeStormwind1-0/+8
2012-11-23Sets Content-Length to body string lengthStormwind1-0/+7
2012-11-23content_length sets the Content-Length to 0Stormwind1-0/+11
2012-11-19Rename #finish to #to_a in response specsStormwind1-1/+1
2012-11-18Restructure response specsStormwind1-32/+35
2012-11-18Add default value for the bodyStormwind1-0/+6
2012-11-18Add default value for headerStormwind1-1/+7
2012-11-17Add default value to status codeStormwind1-1/+4
2012-11-17Converts any input in status to an integerStormwind1-0/+10
2012-11-16Add simple response objectStormwind1-0/+19