.gitignore
.pylintrc
.readthedocs.yml
LICENSE
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/pylint.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/contrib.rst
docs/source/examples.rst
docs/source/features.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/scenarios.rst
docs/source/topic_intro.rst
docs/source/utilities.rst
docs/source/_static/.gitkeep
docs/source/contrib/auth.rst
src/balderhub/http/__init__.py
src/balderhub/http/_version.py
src/balderhub/http/contrib/__init__.py
src/balderhub/http/contrib/auth/__init__.py
src/balderhub/http/contrib/auth/setup_features/__init__.py
src/balderhub/http/contrib/auth/setup_features/client/__init__.py
src/balderhub/http/contrib/auth/setup_features/client/authenticated_by_token_within_websession_feature.py
src/balderhub/http/contrib/auth/setup_features/client/operation_handling_over_websession_feature.py
src/balderhub/http/contrib/auth/setup_features/server/__init__.py
src/balderhub/http/contrib/auth/setup_features/server/simple_http_exist_for_config.py
src/balderhub/http/contrib/auth/utils/__init__.py
src/balderhub/http/contrib/auth/utils/actions.py
src/balderhub/http/contrib/auth/utils/functions.py
src/balderhub/http/contrib/auth/utils/http_operation.py
src/balderhub/http/contrib/auth/utils/http_resource.py
src/balderhub/http/contrib/auth/utils/unresolved_http_resource.py
src/balderhub/http/contrib/auth/utils/unresolved_http_resource_for_specific_data_item.py
src/balderhub/http/lib/__init__.py
src/balderhub/http/lib/scenario_features/__init__.py
src/balderhub/http/lib/scenario_features/client/__init__.py
src/balderhub/http/lib/scenario_features/client/web_session_feature.py
src/balderhub/http/lib/scenario_features/server/__init__.py
src/balderhub/http/lib/setup_features/__init__.py
src/balderhub/http/lib/setup_features/client/__init__.py
src/balderhub/http/lib/setup_features/client/web_session_with_requests_feature.py
src/balderhub/http/lib/setup_features/server/__init__.py
src/balderhub/http/lib/utils/__init__.py
src/balderhub/http/lib/utils/functions.py
src/balderhub/http/lib/utils/http_method.py
src/balderhub/http/lib/utils/http_request_message.py
src/balderhub/http/lib/utils/response.py
src/balderhub_http.egg-info/PKG-INFO
src/balderhub_http.egg-info/SOURCES.txt
src/balderhub_http.egg-info/dependency_links.txt
src/balderhub_http.egg-info/not-zip-safe
src/balderhub_http.egg-info/requires.txt
src/balderhub_http.egg-info/top_level.txt
tests/__init__.py
tests/balderglob.py