gambas-source-code/app/examples/Networking/HTTPGet/.project

23 lines
568 B
Text
Raw Normal View History

# 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.qt4
Component=gb.net
Component=gb.net.curl
Component=gb.qt4.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