rest - How to restructure an HTTP POST based API to be more RESTful -
i developing django based web service capture screenshot rendering of html document. in particular scenario resource uri receives posted html document rendered , sent response initial post request.
according http/1.1 spec:
the post method used request origin server take entity enclosed in request new subordinate of resource identified request-uri in request-line based on definition , various descriptions of rest thinking post should involve storage of resource , respond type of resource identifier. application stateless though (there no database or permanent storage of nature).
does api meet mutual definition of restful? if not how restructured (without permanent storage) such meet definition? rest based api require permanent state?
http rest post design
No comments:
Post a Comment