[vlc-devel] Adding Http post option to http module with parameters
fayyaz lodhi
fayyazkl at gmail.com
Mon Jul 22 09:35:54 CEST 2013
Hi,
I am trying to pass an option to stream_UrlNew() to specific http request
type i.e. along with existing GET, i could also submit a POST and its
parameters.
So ultimately in Request function in modules/access/http.c could submit a
post request.
Problem is that access_New() in access.c is called from many locations in
src/input/stream.c
I am not sure if making changes in all of these occurrences make sense and
would work.
Am I on the right track? Or will i disturb the module loading mechanism?
Thanks and regards,
Fayyaz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20130722/5bc87289/attachment.html>
More information about the vlc-devel
mailing list