|
Project Information
Members
Links
|
All the examples are sending json objects, no html is being generated by the server. Pleas take a look at the source code and consider this technique in your future projects. client request Cookie: bac0c1f9a9362f9e
{"cmd":"order",
"input":"..."}server response Set-Cookie: bac0c1f9a9362f9e
{"uid":"gert",
"gid":"admin",
"output":"..."}This is a clone from wsgi-design |