current version: 1.0-rc2
jsontp
is an protocol that uses json
as its data interchange format over tcp
- there are two types of
jsontp
messages:request
andresponse
- a
request
message is sent from client to server, and aresponse
message is sent from server to client
it supports the HTTP methods:
GET
POST
PUT
DELETE
OPTIONS
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.