v5.0.6
First release in the new HttpCommand repository.
Version 5.0
- The major version bump from 4 to 5 was due to:
- swapping the meaning for the
TimeoutandWaitTimesettings. PreviouslyTimeoutwas used to indicate how long Conga'sWaitfunction would wait for a response andWaitTimewas how longHttpCommandwould wait for a complete response before timing out. - return codes and messages were normalized
- swapping the meaning for the
- Added new
AuthandAuthTypesettings to more easily support token-based authentication. - Removed half-implemented support for streaming
- Added
GetHeaderfunction to result namespace - More complete setting checking
- Better handling of relative redirections
- New documentation