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

create dotnet core FastHttpApi http server #4178

Merged
merged 36 commits into from
Nov 13, 2018
Merged

create dotnet core FastHttpApi http server #4178

merged 36 commits into from
Nov 13, 2018

Commits on Nov 6, 2018

  1. no message

    beetlex-io committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    05174a3 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    beetlex-io committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    e6f9295 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74f7bda View commit details
    Browse the repository at this point in the history
  4. add notfound rewrite

    beetlex-io committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    609f192 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10f9545 View commit details
    Browse the repository at this point in the history
  6. display error log

    beetlex-io committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    4ca9747 View commit details
    Browse the repository at this point in the history
  7. set listen port to 80

    beetlex-io committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    37fea83 View commit details
    Browse the repository at this point in the history
  8. no message

    beetlex-io committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    1c65a10 View commit details
    Browse the repository at this point in the history
  9. no message

    beetlex-io committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    f0226a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. listen 127.0.0.1

    beetlex-io committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    27f6e65 View commit details
    Browse the repository at this point in the history
  2. no message

    beetlex-io committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    ff84ba8 View commit details
    Browse the repository at this point in the history
  3. test

    beetlex-io committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    a73623c View commit details
    Browse the repository at this point in the history
  4. no message

    beetlex-io committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    e6edc0a View commit details
    Browse the repository at this point in the history
  5. support ipv6

    beetlex-io committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    be52432 View commit details
    Browse the repository at this point in the history
  6. no message

    beetlex-io committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    92348c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    957474f View commit details
    Browse the repository at this point in the history
  8. no message

    beetlex-io committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    04428aa View commit details
    Browse the repository at this point in the history
  9. remove console read

    beetlex-io committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    2263cd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. dockerfile add

    FROM microsoft/dotnet:2.1-runtime-nanoserver
    beetlex-io committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    6c806a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00f5bd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    807e0f8 View commit details
    Browse the repository at this point in the history
  4. change logtype to Warring

    beetlex-io committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    94eeaba View commit details
    Browse the repository at this point in the history
  5. add PlatformBenchmarks

    beetlex-io committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    eb8151c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3b4b20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ffd4691 View commit details
    Browse the repository at this point in the history
  8. no message

    beetlex-io committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    ae0ba77 View commit details
    Browse the repository at this point in the history
  9. change defalut test

    beetlex-io committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    9b150bf View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. update default Benchmarks

    beetlex-io committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    84480b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d5d874 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d386da View commit details
    Browse the repository at this point in the history
  4. change to buider run

    beetlex-io committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    bce6fe3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. Configuration menu
    Copy the full SHA
    c9d5f69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec10afe View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. update header DATE

    beetlex-io committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    8188894 View commit details
    Browse the repository at this point in the history
  2. Remove extra space

    beetlex-io committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    e96d838 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Configuration menu
    Copy the full SHA
    e6cb093 View commit details
    Browse the repository at this point in the history