Skip to content

partyfly/Cxxcurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cxxcurl

just c++ wrapper for curl

useage:

	auto func = [](char* data, size_t len) {
                printf("%d\n",len);
        };
        CXXCURL::Get("www.example.com", func);
	CXXCURL::Post("www.example.com", "123", func);

About

just c++ wrapper for curl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors