Replies: 1 comment 1 reply
-
you have getMethod, getQuery(key), getQuery(), getParameter(index) and maybe some more if I forgot. it's in the docs |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. Obviously uWebSockets understands and internally parses URLs.
But it does not expose a formal URL parser, or URL type, to validate a URL or give access to its components / parts.
Is this something outside the library's goal and we are supposed to use something external like Boost.URL or
QUrl
?Or can we expect something in the near future? Thanks, --DD
Beta Was this translation helpful? Give feedback.
All reactions