Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Headers improvements #23

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jan 24, 2022

  1. Headers improvements

    - timeout is changed to time.Duration
    - usage of 'comma ok' idiom
    - add constant for ditto specific content type
    
    Signed-off-by: Antonia Trifonova antonia.trifonova@bosch.io
    Trifonova.Antonia authored and Trifonova.Antonia committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    4739e13 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Headers improvements

    - Update the doc according the refactoring
    - Convert timeout in time.Duration after unmarshaling JSON
    - Add more tests scenarios
    
    Signed-off-by: Antonia Trifonova antonia.trifonova@bosch.io
    Trifonova.Antonia authored and Trifonova.Antonia committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    aacdd8b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Poc Headers improvements:

    - change header type to map
    - provide the functionality for case-insensitive
    - change timeout getter and setter method to expect time.Duration type
    - improve the getter methods to return default value (if this value is presented)
    - improve the test scenarios
    
    Signed-off-by: Antonia Trifonova antonia.trifonova@bosch.io
    Trifonova.Antonia authored and Trifonova.Antonia committed Mar 30, 2022
    2 Configuration menu
    Copy the full SHA
    16a0ee7 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Poc Headers improvements

    Signed-off-by: Antonia Trifonova antonia.trifonova@bosch.io
    Trifonova.Antonia authored and Trifonova.Antonia committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    79f4756 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Poc Headers improvements

    Signed-off-by: Antonia Trifonova antonia.trifonova@bosch.io
    Trifonova.Antonia authored and Trifonova.Antonia committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    311a9d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Poc Headers improvements

    Signed-off-by: Antonia Trifonova antonia.trifonova@bosch.io
    Trifonova.Antonia authored and Trifonova.Antonia committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    f5c76b0 View commit details
    Browse the repository at this point in the history
  2. Format issues

    Signed-off-by: Antonia Trifonova antonia.trifonova@bosch.io
    Trifonova.Antonia authored and Trifonova.Antonia committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    3bf8be7 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. PoC headers

    Signed-off-by: Antonia Trifonova antonia.trifonova@bosch.io
    Trifonova.Antonia authored and Trifonova.Antonia committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    72f7beb View commit details
    Browse the repository at this point in the history