Skip to main content

%ZEN.Mobile.RSS.HttpRequestCreator

abstract class %ZEN.Mobile.RSS.HttpRequestCreator

Base callback class to allow an Application to perform feed-specific initialization of a %Net.HttpRequest object.

Method Inventory

Methods

classmethod CreateHttpRequest(pApplication As %String = "", pFeedURL As %String = "", Output pHttpRequest As %Net.HttpRequest) as %Status
Customizable callback that should create a %Net.HttpRequest object specific to the Application and Feed specified by pApplication and pFeedURL.
FeedbackOpens in a new tab