You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to restinio
We have released a new version of RESTinio: v.0.5.1.
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.