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

initial work on listener configuration #823

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jbr
Copy link
Member

@jbr jbr commented Apr 22, 2021

draft of listener configs


use async_std::net::{self, SocketAddr, TcpStream};
use async_std::prelude::*;
use async_std::{io, task};
use http_types::Url;

/// This represents a tide [Listener](crate::listener::Listener) that
Copy link
Member Author

Choose a reason for hiding this comment

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

this block of documentation is many commits out of date and needs to be updated before merge

@Fishrock123
Copy link
Member

@jbr This seems fine to me - I'd approve it if it weren't a draft

@yoshuawuyts
Copy link
Member

@jbr skimmed it quickly just now, and overall this looks good! -- would be happy to merge it, and iterate from there!

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.

None yet

3 participants