current version: 1.0-rc2
jsontp is an protocol that uses json as its data interchange format over tcp
- there are two types of
jsontpmessages:requestandresponse - a
requestmessage is sent from client to server, and aresponsemessage is sent from server to client
it supports the HTTP methods:
GETPOSTPUTDELETEOPTIONS
It also has support for "expect": "100-continue", set-cookies, lanugauge, and date.
It ensures that the requests are always folowing the same format, making it easy to use in applications.
