Commits
Thomas Tornevall authored 444c2335d8b
NETCURL-277 * netWrapper now stores instance and instanceClass(name) via instantiator. * Added forwarder functions for getBody() and getParsed() for wrappers that supports this. * netWrapper__call now executes requests via call_user as default. * When Soap is instanced, soapRequests are set to true if wrappers needs to know if there is a soaprequest involved. * In the main wrapper getter getFlag() is still in use but if netWrapper helds a valid method, this will be executed before getFlagResponse are returned.