MCPcopy Create free account
hub / github.com/chrxh/alien / MultipartFormDataParser

Method MultipartFormDataParser

external/cpp-httplib/httplib.h:3819–3819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3817 class MultipartFormDataParser {
3818 public:
3819 MultipartFormDataParser() = default;
3820
3821 void set_boundary(std::string&& boundary) { boundary_ = boundary; }
3822

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected