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

Added layoutrenderer aspnet-request-has-posted-body and aspnet-request-stream-id #845

Merged
merged 20 commits into from
Aug 10, 2022

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    2add35c View commit details
    Browse the repository at this point in the history
  2. Always render -1 for the protocol error code to match Microsoft's doc…

    …umentation
    Burak Akgerman committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    d0037e3 View commit details
    Browse the repository at this point in the history
  3. Unit tests for 2 layout renderers

    Burak Akgerman committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    8d883bf View commit details
    Browse the repository at this point in the history
  4. Max Body Size Unit Tests

    Burak Akgerman committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    0091e63 View commit details
    Browse the repository at this point in the history
  5. Stream Direction Unit Tests

    Burak Akgerman committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    d6aef73 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. RequestTransferFormat unit test

    Burak Akgerman committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    37fe625 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Added more documentaion to these classes

    Burak Akgerman committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    3825ffc View commit details
    Browse the repository at this point in the history
  2. Added a .NET 6.0 only layout renderer

    Burak Akgerman committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    cbc5143 View commit details
    Browse the repository at this point in the history
  3. Two more layout renderers

    Burak Akgerman committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    f768dc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. fix spelling error

    Burak Akgerman committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    165b7f2 View commit details
    Browse the repository at this point in the history
  2. Additional explanatory comments

    Burak Akgerman committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    fff25b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Enhance unit tests and remove unwanted layout renders

    Burak Akgerman committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    dc131dc View commit details
    Browse the repository at this point in the history
  2. Forgot a unit test class

    Burak Akgerman committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    75eff6b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Remove ProtocolErrorCode Layout Renderer

    Burak Akgerman committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    943433a View commit details
    Browse the repository at this point in the history
  2. Remove since this is legacy indicator

    Burak Akgerman committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    72af317 View commit details
    Browse the repository at this point in the history
  3. Rename a layout renderer

    Burak Akgerman committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    0993113 View commit details
    Browse the repository at this point in the history
  4. Remove layout render for Transfer Format, since it only emits Binary …

    …or Text
    Burak Akgerman committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    9081569 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0077b00 View commit details
    Browse the repository at this point in the history
  6. Added comments to indicate its usefulness.

    Burak Akgerman committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    fd8e905 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Remove max body size layout renderer

    Burak Akgerman committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    d106c61 View commit details
    Browse the repository at this point in the history