[go-nuts] Re: How can I pass the parameter to a Http handler function

2018-04-05 Thread rugwirobaker
This thread saved me many hours of my life.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] Re: rest apis in golang accepting a file upload and another API to stream the file content

2018-04-19 Thread rugwirobaker
Actually I have almost the same scenario: I am trying to upload large files 
as a stream. Do you think the io.Copy() method would work for me? If not 
what do you recommend.

On Friday, 27 November 2015 04:15:16 UTC+2, suman jakkula wrote:
>
> Is there any example of uploading a file to Rest API (POST) implemented 
> using Gorilla library in Go? This API should be accessible via curl, chrome 
> Rest client or any other http rest clients.
> Examples I googled show uploading from a web page Form.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.