Skip to content

Golang echo based server with zip compression for http enabled and curl c program with zip encoded post json data.

Notifications You must be signed in to change notification settings

samcode4u/echocurltest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echocurltest

Golang echo based server with gzip compression enabled and curl c program with gzip post data.

JSON post data after compression using zlib library and curl.

Run golang echo server.

$ go build

$ ./echocurltest

Compile c program and run.

curltest$ gcc main.c -lz -lcurl

curltest$ ./a.out

About

Golang echo based server with zip compression for http enabled and curl c program with zip encoded post json data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published