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

Tide feature and improved example #94

Merged
merged 9 commits into from
Aug 7, 2020
Merged

Tide feature and improved example #94

merged 9 commits into from
Aug 7, 2020

Commits on Jul 30, 2020

  1. Larger tide example.

    Provide a tide example similar to the other framework examples, with
    static files and error handling.
    kaj committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    747f9eb View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Provide Mime support for http-types.

    Tide uses a diffrent flavor of Mime from the other frameworks
    I have tried.  Add support for that.
    kaj committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    a56a292 View commit details
    Browse the repository at this point in the history
  2. Serve the favicon directly.

    As a separate static file.  Includes some refactoring of the
    static_file handler.
    kaj committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    42af59c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e8fcbb View commit details
    Browse the repository at this point in the history
  4. Rustfmt.

    kaj committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    f4aee12 View commit details
    Browse the repository at this point in the history
  5. Update tide to 0.13.

    kaj committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    26a8d9e View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Initial tide feature.

    So far, just the http-types feature through the tide reexport.
    kaj committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    1f47f57 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Add a version nr to tide feature.

    Since tide is still 0.x, it may be good to prepare for
    breaking changes.
    kaj committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    08e2934 View commit details
    Browse the repository at this point in the history
  2. Add some documentation.

    kaj committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    07f5f1c View commit details
    Browse the repository at this point in the history