22 lines
568 B
XML
22 lines
568 B
XML
# Gambas Project File 3.0
|
|
# Compiled with Gambas 3.6.90
|
|
Title=HTTP client GET example
|
|
Startup=FHttpGet
|
|
Icon=httpclient.png
|
|
Version=1.0.0
|
|
Component=gb.image
|
|
Component=gb.qt5
|
|
Component=gb.net
|
|
Component=gb.net.curl
|
|
Component=gb.qt5.ext
|
|
Description="HttpClient GET request example.\n\nThis example how to send a GET HTTP request to a server and get the response. You can configure an HTTP proxy if needed."
|
|
TabSize=2
|
|
Translate=1
|
|
Language=fr
|
|
ControlPublic=1
|
|
Maintainer=benoit
|
|
Vendor=Example
|
|
Address=benoit@desnouettes
|
|
License=General Public Licence
|
|
Packager=1
|
|
Tags=Network
|