File: .project

package info (click to toggle)
gambas3 3.20.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 77,208 kB
  • sloc: ansic: 197,232; cpp: 124,273; sh: 18,999; javascript: 7,761; sql: 5,399; makefile: 2,358; perl: 1,397; xml: 490; python: 335
file content (20 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Gambas Project File 3.0
# Compiled with Gambas 3.6.90
Title=HTTP client POST example
Startup=FHttpPost
Icon=httpclient.png
Version=1.0.0
Component=gb.image
Component=gb.gui
Component=gb.net
Component=gb.net.curl
Description="HttpClient POST request example.\n\nThis example how to send a POST HTTP request to a server and get the response. You can configure an HTTP proxy if needed."
TabSize=2
Translate=1
Language=fr
Maintainer=benoit
Vendor=Example
Address=benoit@desnouettes
License=General Public Licence
Packager=1
Tags=Network