MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / write

Method write

base/poco/Net/src/HTMLForm.cpp:266–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264
265
266void HTMLForm::write(std::ostream& ostr, const std::string& boundary)
267{
268 if (_encoding == ENCODING_URL)
269 {
270 writeUrl(ostr);
271 }
272 else
273 {
274 _boundary = boundary;
275 writeMultipart(ostr);
276 }
277}
278
279
280void HTMLForm::write(std::ostream& ostr)

Callers 12

writeCommandMethod · 0.45
writeMarkupMethod · 0.45
writeXMLMethod · 0.45
setRawMethod · 0.45
sendBufferMethod · 0.45
nextPartMethod · 0.45
writeToDeviceMethod · 0.45
writeToDeviceMethod · 0.45
writeToDeviceMethod · 0.45
createSignatureMethod · 0.45
writeToDeviceMethod · 0.45
computeAcceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected