Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/octopus-prime/hessian

Hessian serialization version 2.0
https://github.com/octopus-prime/hessian

Last synced: 6 days ago
JSON representation

Hessian serialization version 2.0

Awesome Lists containing this project

README

        

# hessian

C++ implementation of hessian serialization version 2.0

## Specification

* [Hessian 2.0 serialization draft](http://hessian.caucho.com/doc/hessian-serialization.html)
* [Hessian 2.0 web service draft](http://hessian.caucho.com/doc/hessian-ws.html)

## Demo

A small demo of a client implementation.

* Shows how to use hessian types, the hessian generator and the hessian parser.
* Uses [Poco::Net::HTTPClientSession](http://pocoproject.org/docs/Poco.Net.HTTPClientSession.html).

* [client.hpp](https://github.com/octopus-prime/hessian/blob/master/example/client.hpp)
* [client.cpp](https://github.com/octopus-prime/hessian/blob/master/example/client.cpp)