gamelly / gly-engine

A cross-platform embeddable lua game engine such as ginga, pc, mobile, browser and its own console like a Wii clone.
https://docs.gamely.com.br
Apache License 2.0
36 stars 6 forks source link

Feature: add wget protocol support #90

Closed lnpotter closed 1 month ago

lnpotter commented 1 month ago

Adds the .toWgetProtocol() function to http_util.create_request, enabling the use of wget commands. The behavior is similar to the cURL implementation.