Metadata-Version: 1.1
Name: httpie-negotiate
Version: 1.0.0
Summary: SPNEGO (GSS Negotiate) auth plugin for HTTPie.
Home-page: https://github.com/ndzou/httpie-negotiate
Author: Nan Zou
Author-email: nanzou@gmail.com
License: BSD
Download-URL: https://github.com/ndzou/httpie-negotiate
Description: httpie-negotiate
        ===========
        
        SPNEGO (GSS Negotiate) auth plugin for `HTTPie <https://github.com/jkbr/httpie>`_.
        
        
        Installation
        ------------
        
        .. code-block:: bash
        
            $ pip install httpie-negotiate
        
        
        You should now see ``negotiate`` under ``--auth-type`` in ``$ http --help`` output.
        
        
        Usage
        -----
        
        .. code-block:: bash
        
            $ http --auth-type=negotiate --auth : https://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=negotiate --auth : https://example.org
        
            # Re-use auth
            $ http --session=logged-in POST https://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
