diff --git a/libwebsockets-api-doc.html b/libwebsockets-api-doc.html index eae14036..80ccd376 100644 --- a/libwebsockets-api-doc.html +++ b/libwebsockets-api-doc.html @@ -219,6 +219,25 @@ context. After calling this, any further use of the context is undefined.
+++This calls back connections with the same protocol ON THE SAME +VHOST ONLY. +
++This calls back any connection using the same protocol on ANY +VHOST. +
+++This is also used to create vhosts.... if LWS_SERVER_OPTION_EXPLICIT_VHOSTS +is not given, then for backwards compatibility one vhost is created at +context-creation time using the info from this struct. +
+If LWS_SERVER_OPTION_EXPLICIT_VHOSTS is given, then no vhosts are created +at the same time as the context, they are expected to be created afterwards. +
+header and / or SNI name for SSL. +