1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core
ed fa8c446d0c URL: Added InputStreamOptions and enable POST data to be sent with URL-encoded parameters.
- 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.
2021-03-12 16:23:59 +00:00
..
containers Fixed a typo in the documentation 2021-02-01 15:13:37 +00:00
files Fixed some Doxygen parsing issues 2020-07-03 17:18:35 +01:00
javascript CharacterFunctions: Add new function to move pointer past whitespace 2021-02-18 10:54:29 +00:00
logging macOS: Be explicit about string encodings when logging assertions 2021-02-18 17:16:45 +00:00
maths CharacterFunctions: Add new function to move pointer past whitespace 2021-02-18 10:54:29 +00:00
memory Android: Fix numeric conversion warnings 2021-02-03 16:09:54 +00:00
misc Unquote command-line arguments when adding them to ArgumentList 2020-11-26 19:01:43 +00:00
native URL: Added InputStreamOptions and enable POST data to be sent with URL-encoded parameters. 2021-03-12 16:23:59 +00:00
network URL: Added InputStreamOptions and enable POST data to be sent with URL-encoded parameters. 2021-03-12 16:23:59 +00:00
streams Cleanup: Remove redundant inlines 2020-04-27 10:22:06 +01:00
system Added JUCE_DECLARE_NON_MOVEABLE macro 2021-03-02 15:53:24 +00:00
text CharacterFunctions: Add new function to move pointer past whitespace 2021-02-18 10:54:29 +00:00
threads HiResTimer: Fix bug where timer would misreport its state after being stopped 2021-01-06 14:54:42 +00:00
time Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
unit_tests Added startTime and endTime to UnitTest TestResult struct 2020-06-17 15:54:28 +01:00
xml XmlElement: Fix rare crash when parsing truncated escape sequences 2021-02-18 10:54:29 +00:00
zip Updated all license headers 2020-04-23 17:30:39 +01:00
juce_core.cpp macOS ARM: Allow the debugger to move past failed assertions 2021-02-10 13:48:46 +00:00
juce_core.h Bump version number to 6.0.7 2021-01-14 17:26:20 +00:00
juce_core.mm Updated all license headers 2020-04-23 17:30:39 +01:00