MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / withPOSTData

Method withPOSTData

JUCE/modules/juce_core/network/juce_URL.cpp:802–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

800}
801
802URL URL::withPOSTData (const String& newPostData) const
803{
804 return withPOSTData (MemoryBlock (newPostData.toRawUTF8(), newPostData.getNumBytesAsUTF8()));
805}
806
807URL URL::withPOSTData (const MemoryBlock& newPostData) const
808{

Callers 3

goToURLMethod · 0.80
logBatchedEventsMethod · 0.80
runTaskMethod · 0.80

Calls 3

toRawUTF8Method · 0.80
getNumBytesAsUTF8Method · 0.80
MemoryBlockClass · 0.50

Tested by

no test coverage detected