Skip to content

coldze/cocaine-gofetcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cocaine-gofetcher

Urlfetcher for cocaine written on Golang

Supported methods is:

GET, HEAD, DELETE - format is [method(GET|HEAD|DELETE string), timeout(int), cookie(map[string]string), header(map[string][]string), followRedirect(bool,default is true, 10 redirect maximum)]

POST, PUT, PATCH - format is [method(GET|HEAD|DELETE string), body([]byte), timeout(int), cookie(map[string]string), header(map[string][]string), followRedirect(bool,default is true, 10 redirect maximum)]

Run make to build gofetcher application.

About

Urlfetcher for cocaine written on Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.4%
  • Makefile 1.6%