Commit Graph

10 Commits

Author SHA1 Message Date
Kristian Hellang bc5a14a8af Fixed failing tests 2015-07-31 12:23:13 +02:00
Haacked 80d8ab8463 Make some things not public 2015-01-18 10:41:47 -08:00
Haacked 6c05651d64 Remove the redundant ApiInfo property 2015-01-04 19:15:44 -08:00
Haacked 4653e798a7 Make Response.StatusCode readonly 2015-01-04 19:15:42 -08:00
Haacked 89e8fdfeaf Make Response.Body readonly 2015-01-04 19:15:40 -08:00
Haacked c2d51570fd Make IResponse.Headers a readonly dictionary 2015-01-04 19:13:35 -08:00
Haacked aace9902b9 Make IResponse.ContentType readonly 2015-01-04 19:13:34 -08:00
Haacked ff3506f3e8 Make some of the IResponse properties readonly 2015-01-04 19:13:32 -08:00
Haacked 53a6516de2 Change IResponse.Body to object
This removes the awkward Body and BodyAsObject property combo we used to
have.
2015-01-04 19:06:50 -08:00
Haacked be9f446df4 Move Response to its own file and Internal namespace
A class named "Response" could conflict with a lot of things.
2015-01-04 19:03:25 -08:00