On Tue, 26 Jul 2016 04:05:25 -0700 (PDT)
apek...@gmail.com wrote:
> hi i need to connect via post request to site . What package more
> usefull for this ? I m use iris framework for build my service. Iris
> use fasthttp lib. Maybe fasthttp helps me ?
>
> Im create a function where i m send params
hi i need to connect via post request to site . What package more usefull
for this ? I m use iris framework for build my service. Iris use fasthttp
lib. Maybe fasthttp helps me ?
Im create a function where i m send params. On output i need a body of page
func goToSite(param string) {
#pseudo co