Modules/cURL: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
   module_website = ''[http://code.google.com/p/multitheftauto-modules/ Here]'' |
   module_website = ''[http://code.google.com/p/multitheftauto-modules/ Here]'' |
   download_link  = ''[http://multitheftauto-modules.googlecode.com/files/ml_curl.dll Here]'' |
   download_link  = ''[http://multitheftauto-modules.googlecode.com/files/ml_curl.dll Here]'' |
   license        = [http://www.opensource.org/licenses/bsd-license.php BSD]
   license        = [http://www.opensource.org/licenses/bsd-license.php BSD] |
  written_in    = C++ |
  operating_system = Unknown |
  compatible_with = Unknown |
}}
}}
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.

Revision as of 10:24, 16 July 2011

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 Unknown
Compatible with Unknown

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.

cURL functions

cURL variables