• 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
Name
Last commit
Last update
corepost Loading commit data...
.gitignore Loading commit data...
.project Loading commit data...
.pydevproject Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
setup.py Loading commit data...