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

Add a http snoop server sample #2883

Merged
merged 13 commits into from
Sep 1, 2023

Commits on Aug 30, 2023

  1. [sample] add a 'http snoop server' sample which receives any request …

    …and tells the client the details of the request in a formatted string #{761}
    Kun.Long committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c2f9ca0 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. remove the warmup operation #{761}

    Kun.Long committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0b2f123 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e24fe0d View commit details
    Browse the repository at this point in the history
  3. error handling for read request body #{761}

    Kun.Long committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    77a36ad View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Update reactor-netty-examples/src/main/java/reactor/netty/examples/ht…

    …tp/snoop/HttpSnoopClient.java
    
    Co-authored-by: Violeta Georgieva <milesg78@gmail.com>
    longkunbetter and violetagg authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c6cede2 View commit details
    Browse the repository at this point in the history
  2. Update reactor-netty-examples/src/main/java/reactor/netty/examples/ht…

    …tp/snoop/HttpSnoopClient.java
    
    Co-authored-by: Violeta Georgieva <milesg78@gmail.com>
    longkunbetter and violetagg authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a4c274c View commit details
    Browse the repository at this point in the history
  3. Update reactor-netty-examples/src/main/java/reactor/netty/examples/ht…

    …tp/snoop/HttpSnoopClient.java
    
    Co-authored-by: Violeta Georgieva <milesg78@gmail.com>
    longkunbetter and violetagg authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    f74f08f View commit details
    Browse the repository at this point in the history
  4. Update reactor-netty-examples/src/main/java/reactor/netty/examples/ht…

    …tp/snoop/HttpSnoopServer.java
    
    Co-authored-by: Violeta Georgieva <milesg78@gmail.com>
    longkunbetter and violetagg authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    fe5aef4 View commit details
    Browse the repository at this point in the history
  5. Update reactor-netty-examples/src/main/java/reactor/netty/examples/ht…

    …tp/snoop/HttpSnoopServer.java
    
    Co-authored-by: Violeta Georgieva <milesg78@gmail.com>
    longkunbetter and violetagg authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    2b3f185 View commit details
    Browse the repository at this point in the history
  6. fix the import #{761}

    Kun.Long committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    54d5d3b View commit details
    Browse the repository at this point in the history
  7. Update reactor-netty-examples/src/main/java/reactor/netty/examples/ht…

    …tp/snoop/HttpSnoopClient.java
    
    Co-authored-by: Pierre De Rop <pierre.derop@gmail.com>
    longkunbetter and pderop authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    1e9fae7 View commit details
    Browse the repository at this point in the history
  8. Update reactor-netty-examples/src/main/java/reactor/netty/examples/ht…

    …tp/snoop/HttpSnoopServer.java
    
    Co-authored-by: Pierre De Rop <pierre.derop@gmail.com>
    longkunbetter and pderop authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    e8ac293 View commit details
    Browse the repository at this point in the history
  9. Make checkstyle happy

    violetagg authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    5fead72 View commit details
    Browse the repository at this point in the history