File: additional-headers-f2d16f85f5abe942.yaml

package info (click to toggle)
python-keystoneauth1 5.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,252 kB
  • sloc: python: 23,552; xml: 285; makefile: 93; sh: 2
file content (10 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
---
prelude: >
    Allow specifying additional_headers to the session and the adapter to add
    headers to all requests that pass through these objects.
features:
  - Add the ability to provide additional_headers to the session and adapter
    object. This will allow clients particularly to provide additional ways to
    identify their requests. It will also hopefully provide an intermediate way
    to handle setting microversions until we support them directly with
    keystoneauth.