diff options
| author | Stefan Boberg <[email protected]> | 2021-08-12 10:07:40 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-08-12 10:07:40 +0200 |
| commit | b04473fc171ab9b9250c83e2faf66a9d51f049d2 (patch) | |
| tree | d2ceef94bd0a403d5b431ab332d5195458436452 /zencore/include | |
| parent | Extended flushing to include more services (diff) | |
| download | zen-b04473fc171ab9b9250c83e2faf66a9d51f049d2.tar.xz zen-b04473fc171ab9b9250c83e2faf66a9d51f049d2.zip | |
trivial: Comment update stating intent
Diffstat (limited to 'zencore/include')
| -rw-r--r-- | zencore/include/zencore/httpclient.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zencore/include/zencore/httpclient.h b/zencore/include/zencore/httpclient.h index 4ede6839c..4b30eb09b 100644 --- a/zencore/include/zencore/httpclient.h +++ b/zencore/include/zencore/httpclient.h @@ -9,8 +9,12 @@ namespace zen { +/** Asynchronous HTTP client implementation for Zen use cases + */ class HttpClient { +public: +private: }; } // namespace zen |