Only check the Request#data[format] key if it is set
[hoplite.git] / http /
2011-08-06 Robert SesekOnly check the Request#data[format] key if it is set
2011-08-06 Robert SesekSend the HTTP status code in the response
2011-08-06 Robert SesekAssume an empty PATH_INFO is the root URL.
2011-08-06 Robert SesekAdd RootControllerDelegate
2011-08-06 Robert SesekImplement OutputFilter::_CreateBodyForResponse()
2011-08-06 Robert SesekAdd OutputFilter::_EncodeXML and create a test
2011-08-06 Robert SesekNaïve implementation of RootController::LookupAction
2011-08-05 Robert Sesek* Add RestAdapaterTest
2011-08-05 Robert SesekAdd http\RestAdapter
2011-07-30 Robert SesekMake http\RestController's Do methods public
2011-06-22 Robert SesekImplement UrlMap::LookupAction()
2011-06-18 Robert SesekUpdate RootController and test so that a Request is...
2011-06-18 Robert SesekImplement UrlMap::Evaluate() with all its tests passing.
2011-06-18 Robert Sesek* Add a set of failing tests for UrlMap -- TDD!
2011-06-12 Robert SesekAdd a test for RestAction
2011-06-12 Robert Sesek* Write a unittest for RootControler
2011-06-12 Robert SesekStub out the OutputFilter
2011-06-11 Robert SesekStub out UrlMap
2011-06-11 Robert Sesek* Add ActionController
2011-06-11 Robert SesekAdd the Request and Response objects copied from phalanx
2011-06-11 Robert SesekStart stubbing out the design doc interfaces