I have been using wget now for many years, I used it alot on my Anime image board tools I created in the past what called on it's API to return a json list Anyone whom was around when shadow was you will of seen our posts many times.
Well many people always seemed to be confused on how we did this when http was so slow or locked up the app shadow used curl at first I believe and then we both moved to wget, shadow was much better at this and my code is still based on this original concept.
So I have created a plugin based on wget 1.21.1
This little plugin is only basic right now as I only tested it on/in my anime app for calling a API.
Wget for AMS:
With this plugin you can used the 3rd party tool wget to do api called to websites rather then using AMS's slower http call, and on larger calls what you know will block the app you will be able to do these calls without the worry of AMS locking up.

ChangeTempDIR:
As the name says, this changed the temp folder from %temp% to what ever you pick
Wget.DisableCleanUP:
Some times your API might be playing up or your not sure what it's returning as, this will enable you to disable the deletion option of ~Wams.temp file what is the source of your calls return
Wget.SetBit:
This option shouldn't be needed but if you do need to drop back to to a 32 bit version you can use this do do that.

Wget.WebCall:
This is the main function what you will need.
Help file is wrong here Request type is boolean. (GET = false, POST = true)

There are a hand full of preset user agents for windows using Firefox more will be added in the future, your able to also set your own using a string.
The SetQuiet and SetSwtich's functions haven't really been tested yet.
SetQuiet disabled the -q option in wget but we don't show the running of the cmd window there for this might not return anything different.
SetSwitchs lets you set other wget switchs.
Wget 0.0.0.1.zip
Wget 0.0.0.4 Download
I do have plans on updating this more, EG arugments using the --post-file option rather then --post-data option, and more but for now I wanted to get it out there and get peoples ideas on views.
I also want to try and get a tor version but I never been able to get any tor commandline tool working with AMS as of yet.
Well many people always seemed to be confused on how we did this when http was so slow or locked up the app shadow used curl at first I believe and then we both moved to wget, shadow was much better at this and my code is still based on this original concept.
So I have created a plugin based on wget 1.21.1
This little plugin is only basic right now as I only tested it on/in my anime app for calling a API.
Wget for AMS:
With this plugin you can used the 3rd party tool wget to do api called to websites rather then using AMS's slower http call, and on larger calls what you know will block the app you will be able to do these calls without the worry of AMS locking up.

ChangeTempDIR:
As the name says, this changed the temp folder from %temp% to what ever you pick
Wget.DisableCleanUP:
Some times your API might be playing up or your not sure what it's returning as, this will enable you to disable the deletion option of ~Wams.temp file what is the source of your calls return
Wget.SetBit:
This option shouldn't be needed but if you do need to drop back to to a 32 bit version you can use this do do that.

Wget.WebCall:
This is the main function what you will need.


There are a hand full of preset user agents for windows using Firefox more will be added in the future, your able to also set your own using a string.
The SetQuiet and SetSwtich's functions haven't really been tested yet.
SetQuiet disabled the -q option in wget but we don't show the running of the cmd window there for this might not return anything different.
SetSwitchs lets you set other wget switchs.
Wget 0.0.0.1.zip
Wget 0.0.0.4 Download
I do have plans on updating this more, EG arugments using the --post-file option rather then --post-data option, and more but for now I wanted to get it out there and get peoples ideas on views.
I also want to try and get a tor version but I never been able to get any tor commandline tool working with AMS as of yet.
Comment