mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
- Added a new URL::createInputStream() overload that takes an InputStreamOptions helper class to simplify stream creation. - Modified the internals of URL and WebInputStream so that parameters are only added to the request body when ParameterHandling is set to inPostData. This allows POST data to be added via URL::withPOSTData() and sent with URL-encoded parameters. |
||
|---|---|---|
| .. | ||
| juce_IPAddress.cpp | ||
| juce_IPAddress.h | ||
| juce_MACAddress.cpp | ||
| juce_MACAddress.h | ||
| juce_NamedPipe.cpp | ||
| juce_NamedPipe.h | ||
| juce_Socket.cpp | ||
| juce_Socket.h | ||
| juce_URL.cpp | ||
| juce_URL.h | ||
| juce_WebInputStream.cpp | ||
| juce_WebInputStream.h | ||