Retrieve fragment parameters from an HTTP Request

Hey,

I have a use-case where I open a server via FHTTPServerModule and then get a request on it. I am trying to either get the fragment parameters from this request url or the entire url so I can parse it myself.

I looked at FHttpServerRequest but I see no way I can access the info I need.

Are there any workarounds or options I’m missing?
Thanks!