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

Update documentation to reflect TCP support #198

Merged
merged 5 commits into from
Aug 3, 2020
Merged

Conversation

ebkalderon
Copy link
Owner

Added

  • Add doc tests for Server demonstrating initialization of both stdio and TCP transports.

Changed

  • Split server example into separate stdio and tcp examples.
  • Add mention of TCP support to README.md.
  • Rename src/stdio.rs to src/transport.rs and update documentation to indicate its transport-agnostic nature.

Removed

  • Remove unused initialization params from stdio and tcp examples.

CC @saskenuba, because I can't add you as a GitHub reviewer.

Closes #196.

@ebkalderon ebkalderon self-assigned this Aug 3, 2020
@ebkalderon ebkalderon merged commit 1927f0c into master Aug 3, 2020
@ebkalderon ebkalderon deleted the document-tcp-support branch August 3, 2020 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Serve on TCP over stdin
1 participant