connectionTimeOutMs | juce::URL::InputStreamOptions | private |
extraHeaders | juce::URL::InputStreamOptions | private |
getConnectionTimeoutMs() const noexcept | juce::URL::InputStreamOptions | inline |
getExtraHeaders() const noexcept | juce::URL::InputStreamOptions | inline |
getHttpRequestCmd() const noexcept | juce::URL::InputStreamOptions | inline |
getNumRedirectsToFollow() const noexcept | juce::URL::InputStreamOptions | inline |
getParameterHandling() const noexcept | juce::URL::InputStreamOptions | inline |
getProgressCallback() const noexcept | juce::URL::InputStreamOptions | inline |
getResponseHeaders() const noexcept | juce::URL::InputStreamOptions | inline |
getStatusCode() const noexcept | juce::URL::InputStreamOptions | inline |
httpRequestCmd | juce::URL::InputStreamOptions | private |
InputStreamOptions(ParameterHandling parameterHandling) | juce::URL::InputStreamOptions | explicit |
numRedirectsToFollow | juce::URL::InputStreamOptions | private |
parameterHandling | juce::URL::InputStreamOptions | private |
progressCallback | juce::URL::InputStreamOptions | private |
responseHeaders | juce::URL::InputStreamOptions | private |
statusCode | juce::URL::InputStreamOptions | private |
withConnectionTimeoutMs(int connectionTimeoutMs) const | juce::URL::InputStreamOptions | |
withExtraHeaders(const String &extraHeaders) const | juce::URL::InputStreamOptions | |
withHttpRequestCmd(const String &httpRequestCmd) const | juce::URL::InputStreamOptions | |
withNumRedirectsToFollow(int numRedirectsToFollow) const | juce::URL::InputStreamOptions | |
withProgressCallback(std::function< bool(int bytesSent, int totalBytes)> progressCallback) const | juce::URL::InputStreamOptions | |
withResponseHeaders(StringPairArray *responseHeaders) const | juce::URL::InputStreamOptions | |
withStatusCode(int *statusCode) const | juce::URL::InputStreamOptions | |