MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / set_boundary

Method set_boundary

examples/server/httplib.h:4014–4018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4012 MultipartFormDataParser() = default;
4013
4014 void set_boundary(std::string &&boundary) {
4015 boundary_ = boundary;
4016 dash_boundary_crlf_ = dash_ + boundary_ + crlf_;
4017 crlf_dash_boundary_ = crlf_ + dash_ + boundary_;
4018 }
4019
4020 bool is_valid() const { return is_valid_; }
4021

Callers 1

read_content_coreMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected