Re: [go-nuts] Post request from server to site

2016-07-26 Thread Konstantin Khomoutov
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

[go-nuts] Post request from server to site

2016-07-26 Thread apekoff
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