Can esp32(<UIPEthernet.h>) using http?

I need to implement mqtt and http using esp32 and enc28j60
I use UIPEthernet, but does the library have no http related function?

you can use ArduinoHTTPClient library or the PubSubClient library over any proper Arduino networking library.

1 Like

thank you very much your answer was very helpful

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.