-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.0
-
Fix Version/s: 2.0.0
-
Component/s: None
Add headers with app name and versions to every HTTP calls, if defined.
Default headers will be:
'X-Application-Name': 'Python Client' or only 'Python' (to discuss) 'X-Client-Version': __version__
They can be simple attributes to the Nuxeo class. If someone sets them to None or a null string, then we won't set those headers.