mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-16 20:04:19 +00:00
Add libhv and test http client
This commit is contained in:
15
vendor/libhv/include/hv/Buffer.h
vendored
Normal file
15
vendor/libhv/include/hv/Buffer.h
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
#ifndef HV_BUFFER_HPP_
|
||||
#define HV_BUFFER_HPP_
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "hbuf.h"
|
||||
|
||||
namespace hv {
|
||||
|
||||
typedef HBuf Buffer;
|
||||
typedef std::shared_ptr<Buffer> BufferPtr;
|
||||
|
||||
}
|
||||
|
||||
#endif // HV_BUFFER_HPP_
|
Reference in New Issue
Block a user