Hi.
I’m moving some php5 functions into a juce app.
And some of them need to modify the url’s header, by adding some lines.
Is there any way to do that with juce::URL ?
Couldn’t find how to.
Thanks !!!
Hi.
I’m moving some php5 functions into a juce app.
And some of them need to modify the url’s header, by adding some lines.
Is there any way to do that with juce::URL ?
Couldn’t find how to.
Thanks !!!
createInputStream() takes some custom header fields, is that what you mean…?
oops.
I’m trying it right now !!
Thanks