1. 29 Jul, 2013 1 commit
  2. 27 Jun, 2012 4 commits
  3. 16 Jun, 2012 1 commit
  4. 14 Jun, 2012 2 commits
  5. 13 Jun, 2012 1 commit
  6. 01 Jun, 2012 1 commit
  7. 31 May, 2012 2 commits
    • Mark Moissette's avatar
      - corrected json import bug added in previous commit · 82912d8b
      Mark Moissette authored
      - added automatic handling of 501 NotImplemented error in case a url
      exists but the specific requested method does not .
      For simplicity, this is done via an added dict called "urlMethods" in
      RequestRouter, that maps urls to lists of implemented http methods , and
      is filled in_registerRouters
      82912d8b
    • Mark Moissette's avatar
      - added support for OPTIONS, HEAD , and PATCH http verbs · 5312ece5
      Mark Moissette authored
      - added support for json serialization using jsonpickle 
      
      - moved convertToJson to convert module
      
      - removed forced content type setting in __generateResponse that
      sets MediaType.TEXT_PLAIN as content type, when response is a string :
      it should be set exclusively based on what the caller can accept/ has
      asked for, as specified in the docstring for this method
      
      - fixed bug that would mangle routed urls after passing more than once
      in __registerRouters : this is visible when running unit tests or any
      other situation when a RestResource is recreated with the same
      "service"
      5312ece5
  8. 18 Apr, 2012 1 commit
  9. 17 Apr, 2012 3 commits
  10. 16 Apr, 2012 1 commit
  11. 27 Mar, 2012 1 commit
  12. 23 Mar, 2012 2 commits
  13. 22 Mar, 2012 1 commit
  14. 21 Mar, 2012 2 commits
  15. 19 Mar, 2012 4 commits
  16. 16 Mar, 2012 7 commits
  17. 08 Mar, 2012 4 commits
  18. 07 Mar, 2012 2 commits