MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / FormDataParser

Method FormDataParser

source/src/httplib/httplib.h:7927–7927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7925class FormDataParser {
7926public:
7927 FormDataParser() = default;
7928
7929 void set_boundary(std::string &&boundary) {
7930 boundary_ = std::move(boundary);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected