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

Introduced a transient context to the rest request #7610

Merged
merged 1 commit into from Sep 5, 2014
Merged

Introduced a transient context to the rest request #7610

merged 1 commit into from Sep 5, 2014

Commits on Sep 5, 2014

  1. Introduced a transient context to the rest request

    Similar to the one in `TransportMessage`. Added the `ContextHolder` base class where both `TransportMessage` and `RestRequest` derive from
    
    Now next to the known headers, the context is always copied over from the rest request to the transport request (when the injected client is used)
    uboness committed Sep 5, 2014
    3
    Copy the full SHA
    5df9c04 View commit details
    Browse the repository at this point in the history