Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

NetCURL 6.1 is built as individual modules, so it is possible to communicate directly with each of them separately. If you are sure that curl for example is available regardless of where you put your code, the CurlWrapper can be used instead of NetWrapper. ThisĀ is also how some of the unit tests are was built initially, to make sure that each module works as intended when it was impemented in NetWrapper (that is the bulked feature of this package). NetWrapper is the module that looks for the most competent driver to handle calls, where curl is the primary choice.

What this section covers

  • No labels