31WebInputStream::~WebInputStream()
56 hasCalledConnect =
true;
57 return pimpl->connect (listener);
82void WebInputStream::createHeadersAndPostData (
const URL& aURL, String& headers, MemoryBlock& data)
84 aURL.createHeadersAndPostData (headers, data);
Holds a resizable array of primitive or copy-by-value objects.
bool isEmpty() const noexcept
Returns true if the array is empty, false otherwise.
int size() const noexcept
Returns the current number of elements in the array.
void set(int indexToChange, ParameterType newValue)
Replaces an element with a new value.
A special array for holding a list of strings.
static StringArray fromLines(StringRef stringToBreakUp)
Returns an array containing the lines in a given string.
A container for holding a set of strings which are keyed by another string.
Represents a URL and has a bunch of useful functions to manipulate it.