1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_core/network
reuk a5b74332c2
WebInputStream: Report all headers
Status codes are already filtered in curlHeaderCallback, so there's no
need to remove them again in parseHttpHeaders. Request headers will
never include a status, so there's no need to remove the status in that
case.
2023-08-17 20:21:49 +01:00
..
juce_IPAddress.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_IPAddress.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_MACAddress.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_MACAddress.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_NamedPipe.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_NamedPipe.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_Socket.cpp Convert ignoreUnused to [[maybe_unused]] 2022-12-01 11:41:50 +00:00
juce_Socket.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_URL.cpp Convert ignoreUnused to [[maybe_unused]] 2022-12-01 11:41:50 +00:00
juce_URL.h URL: Add support for anchors in URLs 2022-11-02 20:27:20 +01:00
juce_WebInputStream.cpp WebInputStream: Report all headers 2023-08-17 20:21:49 +01:00
juce_WebInputStream.h Convert ignoreUnused to [[maybe_unused]] 2022-12-01 11:41:50 +00:00