-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(connection): align connection options
Both REST and XML-RPC now have the same set of default options. The boolean option `secure` can still be used to control XMLRPC client, but `protocol` is the preferred way. This allows to use the same set of options for both client constructors. Add test to ensure legacy option is still working.
- Loading branch information
Showing
2 changed files
with
131 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters