Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/octopus-prime/hessian
- Owner: octopus-prime
- License: bsl-1.0
- Created: 2014-07-28T16:53:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-16T09:42:05.000Z (about 10 years ago)
- Last Synced: 2023-12-14T23:15:45.341Z (11 months ago)
- Language: C++
- Homepage:
- Size: 4.68 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_1_0.txt
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)