high level REST client and server are provided?
#4
Not at this moment, but I'm working on it right now, hopefully it'll be finished after Christmas. I've started with Json parsing and serialization, which is currently under review: https://github.com/cuberite/cuberite/pull/2801

There's a rough mindmap for the HTTP framework, if you want to peek: https://github.com/madmaxoft/cuberite-mindmap (You'll need Freeplane or any other Freemind-based viewer to view the file) under the HTTP exposed section. Basically I'm planning three levels of API:
- low level - provides callback-based streaming parsing and building of all things HTTP - requests, headers, name-value pairs
- mid-level - wraps the low-level parsers around a TCP socket with optional TLS
- high-level - somewhat like Python's UrlLib, you give it an URL and parameters, it calls back when a complete response is ready
Reply
Thanks given by:


Messages In This Thread
RE: high level REST client and server are provided? - by xoft - 12-23-2015, 07:51 PM



Users browsing this thread: 1 Guest(s)