Modules/cURL: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
   version        = 1.0 |
   version        = 1.0 |
   author        = [[User:mrdejong|Alexander de Jong (mrdejong)]] |
   author        = [[User:mrdejong|Alexander de Jong (mrdejong)]] |
   module_website = ''[http://code.google.com/p/multitheftauto-modules/ Here]'' |
   module_website = ''[https://github.com/mrdejong/mta_curl Here]'' |
   download_link  = ''[http://multitheftauto-modules.googlecode.com/files/ml_curl.dll Here]'' |
   download_link  = ''[https://github.com/mrdejong/mta_curl/downloads Here]'' |
   license        = [http://www.opensource.org/licenses/bsd-license.php BSD] |
   license        = [http://www.opensource.org/licenses/bsd-license.php BSD] |
   written_in    = C++ |
   written_in    = C++ |
   operating_system = Unknown |
   operating_system = Windows & Linux|
   compatible_with = Unknown |
   compatible_with = 1.3.0 |
}}
}}
MTA Curl module is a handy module to make restful api web calls. You could do everything with it.
MTA Curl module is a handy module to make restful api web calls. You could do everything with it.


The module is based on php cURL module.
The module is based on php cURL module.
If you found any bugs, please post them on the [[https://github.com/mrdejong/mta_curl/issues|github page]]
You can find the source at the [[https://github.com/mrdejong/mta_curl|github repository]]


==cURL functions==
==cURL functions==

Revision as of 09:02, 15 March 2012

Module info
Name MTA Curl
Version 1.0
Author Alexander de Jong (mrdejong)
Module website Here
Download link Here
License BSD
Written in C++
Operating system Windows & Linux
Compatible with 1.3.0

MTA Curl module is a handy module to make restful api web calls. You could do everything with it.

The module is based on php cURL module.

If you found any bugs, please post them on the [page]

You can find the source at the [repository]

cURL functions

cURL variables