Raspberry Pi Pico W5500 Http request

Hi , I am using githubRP2040-HAT-C this library. I made examples. I couldn’t find http client example . Is there a way that I make http request with these libraries? Iam using raspberry pi pico and Wiz850io module.

I found this GitHub - WIZnet-ioLibrary/W5x00-HTTPClient: The HTTPCleint Example for W5x00 using ioLibrary , but this is for stm32, If I copy httpclient.h, httpclienct.c , main.h and main.c can http request work ?