Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aixed/WeChat-Hook
/ MultipartFormDataParser
Method
MultipartFormDataParser
include/httplib.h:4035–4035 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4033
class MultipartFormDataParser {
4034
public:
4035
MultipartFormDataParser() = default;
4036
4037
void set_boundary(std::string &&boundary) {
4038
boundary_ = boundary;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected