- Added ability to specify a SSL certificate to verify the peer.
New option introduced:
- --cacert: Path to a file to use as a SSL certificate to verify the peer.
- Added ability to specify a client side SSL certificate.
New options introduced:
- --cert: Path to a file to use as a client side SSL certificate
- --key: Path to a file to use as a client side SSL private key
- Added ability to extract parts of JSON, XML and HTML responses.
New options introduced:
- --extract: Extract parts of a response content with the given expression Xpath/JSONPath expression
- --parser: Set which parser to use to extract parts of a response content
- Fixed: - do not display chained exceptions in traceback message - remove trailing newlines from a cell input
- Removed Python 2.7 support
- Added notebook-based autotest: https://github.com/b3b/ipython-restmagic/blob/master/tests/notebooks/basic.ipynb