Description
A Gambas component that provides an embedded HTTP server for the interpreter. Developers use it when Gambas applications need to serve local web pages, APIs, status screens, or small internal web interfaces.
Use it carefully because opening an HTTP service can expose application behavior to the network. Bind addresses, authentication, and input validation should be chosen deliberately.