Skip to content

Commit

Permalink
[no ci]export http_req_context (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos authored Jun 2, 2023
1 parent b95432f commit ce1acfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/coro_http/coro_http_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ using coro_http_client = cinatra::coro_http_client;
using req_content_type = cinatra::req_content_type;
using resp_data = cinatra::resp_data;
using http_method = cinatra::http_method;
template <typename Stream>
using req_context = cinatra::req_context<Stream>;
} // namespace coro_http

0 comments on commit ce1acfd

Please sign in to comment.