Skip to content

v.0.6.10

Compare
Choose a tag to compare
@eao197 eao197 released this 20 Aug 06:00
· 256 commits to master since this release

A TLS-context object can be passed to server_settings_t as a shared pointer. This makes it possible to use one TLS-context by several instances of RESTinio server, or TLS-context can be shared between a RESTinio server and other parts of an application.

New example shared_tls_context added.