ErikMinekus / sm-ripext

SourceMod REST in Pawn Extension
https://forums.alliedmods.net/showthread.php?t=298024
GNU General Public License v3.0
136 stars 38 forks source link

[Feature Request] Add feature send raw HTTP POST data #5

Closed CrazyHackGUT closed 6 years ago

CrazyHackGUT commented 7 years ago

Sometimes certain web apps accept raw HTTP POST data only. It would be great if we could send raw data as well.

ErikMinekus commented 7 years ago

If you mean posting web forms, alliedmodders/sourcemod#30 already aims to add that functionality to SourceMod. In my opinion modern APIs should use some form of JSON, so I don't want to complicate the extension by including "older" techniques.