MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / createNativeStream

Method createNativeStream

3rdparty/Amalgamate/juce_core_amalgam.cpp:30178–30187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30176};
30177
30178InputStream* URL::createNativeStream (const String& address, bool isPost, const MemoryBlock& postData,
30179 OpenStreamProgressCallback* progressCallback, void* progressCallbackContext,
30180 const String& headers, const int timeOutMs, StringPairArray* responseHeaders)
30181{
30182 ScopedPointer <WebInputStream> wi (new WebInputStream (address, isPost, postData,
30183 progressCallback, progressCallbackContext,
30184 headers, timeOutMs, responseHeaders));
30185
30186 return wi->isError() ? nullptr : wi.release();
30187}
30188
30189namespace MACAddressHelpers
30190{

Callers

nothing calls this directly

Calls 2

isErrorMethod · 0.80
releaseMethod · 0.45

Tested by

no test coverage detected