RESTinio 0.5.1 Released!
2019.06.17
Several new features those extend RESTinio's functionality and simplify usage of RESTinio are added:
- a connection state listener has been added. If a user specifies its connection state listener then RESTinio calls that state listener when a change of a connection state is detected;
- an IP-blocker has been added. If a user specifies its IP-blocker then RESTinio calls that IP-blocker when a new connection is accepted. If IP-blocker denies the new connection then RESTinio drops that connection without any further processing;
- yet another version of run function added. There is also a new class on_pool_runner_t. Those two new features simplify the launching of RESTinio if a user has to work with http_server_t class.
RESTinio is hosted on bitbucket (github mirror).
Archive is available in download section.
Documentation with helpful information is here.
Doxygen documentation is also available: RESTinio-0.5 API Reference.
If you miss something in RESTinio and want to see some new features let us know via info@stiffstream.com.