W5500-EVB-Pico : Better httpServer implementation?

I am using the httpServer implementation in ioLibrary_Driver to host a small webserver.
It is absolutely riddled with bugs, the code hasn’t been updated in 6 years, and no one responds to issues on GitHub anymore.

I’d rather not have to roll my own implementation. Can anyone out there point me to a different implementation of an HTTP server that can run on a W5500? I don’t need it to be fancy, just be able to host a small page that I can configure the device with.

Thanks

I’ve decided to just use the Arduino library instead