HTTP Get for Wio Lite W600?

Hi! I’m testing a Wio Lite W600 which I received recently. I was able to use the example sketch to connect to WiFi and send an HTTP Post request, but I would like to send an HTTP get request and print the output to serial monitor.

I’ve looked through the W600 library and I can’t find any functions for HTTP Get. Only socket send and AT commands, which I’m not familiar with.

Does anyone have advice on how to send an HTTP get request using this board?