xaya / libxayagame

MIT License
21 stars 19 forks source link

Utilities to implement a REST API for GSPs (and matching clients) #101

Closed domob1812 closed 3 years ago

domob1812 commented 3 years ago

This adds utilities for implementing REST APIs in GSPs, and matching clients. This includes easy-to-use support for JSON payloads and gzip compression (which both are particularly useful for typical GSPs).

The code is mostly been moved over from https://github.com/xaya/xid xid-light. It will be used to implement https://github.com/xaya/taurion_gsp/issues/162.