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

Added origin property to requests and responses #53

Merged
merged 3 commits into from
Mar 2, 2016
Merged

Added origin property to requests and responses #53

merged 3 commits into from
Mar 2, 2016

Conversation

whiskeysierra
Copy link
Collaborator

This fixes #47

@whiskeysierra
Copy link
Collaborator Author

@AlexanderYastrebov Would this work for you?


public enum Origin {

LOCALHOST, REMOTE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about renaming LOCALHOST to LOCAL, to avoid confusing it with a host name?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about renaming LOCALHOST to LOCAL, to avoid confusing it with a host name?

Good idea. I'll change it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about renaming LOCALHOST to LOCAL, to avoid confusing it with a host name?

Good idea. I'll change it.

Done

@lukasniemeier-zalando
Copy link
Member

if you fix the example in the README 👍

whiskeysierra added a commit that referenced this pull request Mar 2, 2016
Added origin property to requests and responses
@whiskeysierra whiskeysierra merged commit 4b59f7c into zalando:master Mar 2, 2016
@whiskeysierra whiskeysierra deleted the feature/origin branch March 2, 2016 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide a way to distinguish between incoming and outgoing request/responses
4 participants