Hello, I am working with the NXP LWIP HTTPSRV application in my workspace and I am trying to implement token-based authentication within the program that we are using, as basic authentication does not fit our application needs. I am trying to find the HTTP headers and how they are processed before handing off to the HTTP server. Is this processed somewhere in LWIP? Or in the HTTPSRV application?