Metadata-Version: 1.1
Name: httpie-ntlm
Version: 1.0.2
Summary: NTLM auth plugin for HTTPie.
Home-page: https://github.com/jkbr/httpie-ntlm
Author: Jakub Roztocil
Author-email: jakub@roztocil.name
License: BSD
Download-URL: https://github.com/jkbr/httpie-ntlm
Description: httpie-ntlm
        ===========
        
        NTLM auth plugin for `HTTPie <https://github.com/jkbr/httpie>`_.
        
        
        Installation
        ------------
        
        .. code-block:: bash
        
            $ pip install httpie-ntlm
        
        
        You should now see ``ntlm`` under ``--auth-type`` in ``$ http --help`` output.
        
        
        Usage
        -----
        
        .. code-block:: bash
        
            $ http --auth-type=ntlm --auth='domain\\username:password' example.org
        
        
        You can also use `HTTPie sessions <https://github.com/jkbr/httpie#sessions>`_:
        
        .. code-block:: bash
        
            # Create session
            $ http --session=logged-in --auth-type=ntlm --auth='domain\\username:password' example.org
        
            # Re-use auth
            $ http --session=logged-in POST example.org hello=world
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Environment :: Plugins
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Utilities
