Files
textmate/Frameworks/network/src/post.h
Allan Odgaard 9894969e67 Initial commit
2012-08-09 16:25:56 +02:00

9 lines
228 B
C++

#ifndef POST_H_HD2H7K9B
#define POST_H_HD2H7K9B
#include <oak/misc.h>
PUBLIC long post_to_server (std::string const& url, std::map<std::string, std::string> const& payload);
#endif /* end of include guard: POST_H_HD2H7K9B */