Add some Http3 skeleton
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace uWS {
|
||||
|
||||
struct Http3Response {
|
||||
// has a quic stream
|
||||
|
||||
void end(std::string_view data) {
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user