andelf / go-curl

golang curl(libcurl) binding.
Apache License 2.0
478 stars 129 forks source link

cannot find the PUT and GET method implementation #70

Open srinivasvenu opened 4 years ago

srinivasvenu commented 4 years ago

Hi, This go-curl library really helped me in my project for getting the ssl communication to endpoint servers from my DUT. Currently, i found the POST method to send the data to the server, but i could not find the examples or API's for PUT and GET methods here..could you please help me with the examples of these both methods. I'm really need of these methods asap..