You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI: cpplint cleanup and create_test_request method uppercase
- src/create_test_request.cpp: uppercase method via to_upper_copy so
create_test_request_suite/method_uppercase passes (`.method("post")`
-> `POST`); fix cpplint header order.
- src/http_request.cpp: reorder includes to match cpplint convention
(matching header, C system, C++ system, project) and add <utility>
for std::move at line 363.
- examples/empty_response_example.cpp: move <microhttpd.h> before
<memory> to satisfy cpplint header ordering.
- examples/url_registration.cpp: split a 215-char render() body to
satisfy cpplint line-length cap (200).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments