Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are a few modules that you'd want to be aware of. Here's a list of them and how to use them.

Wrappers and drivers

TorneLIB\Module\Config\WrapperConfig

The major configuration module. Almost every feature and defaults that is used within (at least) the curl extension are configured here. WrapperConfig is very much the heart of the module as much configurations are processed through this class. Both streamoptions, curloptions and user-agent setups.

...