index
:
libzero/zero
master
zero - a ruby toolkit for building web services
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
unit
/
response
/
response_spec.rb
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-06
Improve test structure
Stormwind
1
-148
/
+0
2013-01-04
Add check if body is empty on 204 and 304 in specs
Stormwind
1
-0
/
+2
2012-11-30
Optional setting of status code on redirect
Stormwind
1
-0
/
+8
2012-11-30
Add redirect to response
Stormwind
1
-0
/
+10
2012-11-24
Content-Length must be a String
Stormwind
1
-7
/
+7
2012-11-24
Add an = at the end of the content_type method
Stormwind
1
-3
/
+3
2012-11-24
Delete Content-Length. Conten-Type and body on status 304
Stormwind
1
-0
/
+11
2012-11-23
Delete Content-Length. Conten-Type and body on status 204
Stormwind
1
-0
/
+11
2012-11-23
Sets the Content-Type in to_a unless it is already set before
Stormwind
1
-3
/
+16
2012-11-23
content_type sets the Content-Type header to the given value
Stormwind
1
-3
/
+11
2012-11-23
Sets the Content-Length in to_a unless it is already set before
Stormwind
1
-2
/
+9
2012-11-23
Sets Content-Type header in to_a
Stormwind
1
-1
/
+6
2012-11-23
Sets Content-Length to body string bytesize
Stormwind
1
-0
/
+8
2012-11-23
Sets Content-Length to body string length
Stormwind
1
-0
/
+7
2012-11-23
content_length sets the Content-Length to 0
Stormwind
1
-0
/
+11
2012-11-19
Rename #finish to #to_a in response specs
Stormwind
1
-1
/
+1
2012-11-18
Restructure response specs
Stormwind
1
-32
/
+35
2012-11-18
Add default value for the body
Stormwind
1
-0
/
+6
2012-11-18
Add default value for header
Stormwind
1
-1
/
+7
2012-11-17
Add default value to status code
Stormwind
1
-1
/
+4
2012-11-17
Converts any input in status to an integer
Stormwind
1
-0
/
+10
2012-11-16
Add simple response object
Stormwind
1
-0
/
+19