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

fix(ocpi-2.2.1): Add Content-Type header on requests (if needed), on all responses & fixed headers case sensitivity #14

Merged

Commits on Oct 27, 2023

  1. fix(ocpi-2.2.1): add Content-Type header on request that have payload…

    …, & on all responses
    
    - HttpUtils
    - OcpiResponseBody
    lilgallon committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2dababe View commit details
    Browse the repository at this point in the history
  2. fix(ocpi-2.2.1): headers are not case-sensitive anymore

    It fixes debug headers not being sent in response if partner sends them in lowercase
    lilgallon committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d2728dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    361ddfe View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. fix(ocpi-2.2.1): Added generateCorrelationId & generateRequestId in T…

    …ransportClient
    
    It is useful to give the user the control on the generated debug headers.
    lilgallon committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    54e0ee3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7081c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9fa067 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9a5801 View commit details
    Browse the repository at this point in the history