Class
caplin.streamlink

WebRequestParameters

Contains the parameters needed to call a specific Liberator web module.

Call the createWebRequestParameters method of the StreamLink object to obtain these parameters for the specified web module.

Constructor Summary

Attributes Name and Description
caplin.streamlink.WebRequestParameters()

Method Summary

Attributes Name and Description
String getPostBody()

Returns the contents of the HTTP post body that should be used (to specify parameters) with the web module URL.

String getUrl()

Returns the URL that must be used to invoke the required web module

Constructor Detail

caplin.streamlink.WebRequestParameters()

Method Detail

String getPostBody()

Returns the contents of the HTTP post body that should be used (to specify parameters) with the web module URL.

Returns
{String} the HTTP post body text.

String getUrl()

Returns the URL that must be used to invoke the required web module

Returns
{String} the web module URL.