Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample HTTP Server

Start server

go run main.go

http: 2021/08/11 18:42:05
Server is starting on port:8080...

Send request

curl --location --request PATCH 'http://127.0.0.1:8080/v1/catalog' \
--form 'variations=@"<path-to-file"' \
--form 'file_name="variations"'

Response

PATCH request w/ file variations.csv was sent successfully

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages