Is it possible to read url fragments using the secure stream API?
If not - what is the proper way to access the wsi from an SS handle?
https://libwebsockets.org/lws-api-doc-v4.4-stable/html/group__HTTP-headers-read.html
The description here mentions that the information is only available to be read during the LWS_CALLBACK_HTTP callback - what does this entail when using the SS API?
Thank you :)