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

extensible entrypoint for app.listen #610

Merged
merged 14 commits into from
Jul 13, 2020
Merged

extensible entrypoint for app.listen #610

merged 14 commits into from
Jul 13, 2020

Commits on Jul 13, 2020

  1. Introduce ToListener and Listener

    jbr committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    59b09d3 View commit details
    Browse the repository at this point in the history
  2. remove connect from the Listener trait

    and emit multiple logs
    jbr committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    fd0d2b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fc46f2 View commit details
    Browse the repository at this point in the history
  4. clippied

    jbr committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    09b65da View commit details
    Browse the repository at this point in the history
  5. doc fix

    jbr committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    bd19ca8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d07585b View commit details
    Browse the repository at this point in the history
  7. clean up &str ToListener

    jbr committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    492b0bf View commit details
    Browse the repository at this point in the history
  8. prefer http+unix

    jbr committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    18fad44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    37df3ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    30c1ac0 View commit details
    Browse the repository at this point in the history
  11. *only* support http+unix://

    jbr committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    80b283d View commit details
    Browse the repository at this point in the history
  12. update "server listening" message

    jbr committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    c161c2d View commit details
    Browse the repository at this point in the history
  13. use async_trait

    jbr committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    9977c68 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1603404 View commit details
    Browse the repository at this point in the history