The default timeout is 30 seconds.
http://docs.intersystems.com/cache20091/csp/documatic/%25CSP.Documatic.cls?APP=1&CLASSNAME=%25Net.HttpRequest
Probably should allow for this to be passed (I thought it was).
This makes me wonder if there's an easier way to pass all %Net.HttpRequest parameters to my scraper class without having to define them as ClassMethod arguments (maybe using array or the special ... method arg syntax)?
The default timeout is 30 seconds.
http://docs.intersystems.com/cache20091/csp/documatic/%25CSP.Documatic.cls?APP=1&CLASSNAME=%25Net.HttpRequest
Probably should allow for this to be passed (I thought it was).
This makes me wonder if there's an easier way to pass all
%Net.HttpRequestparameters to my scraper class without having to define them as ClassMethod arguments (maybe using array or the special...method arg syntax)?