Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fungover/storm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v.2.1.0
Choose a base ref
...
head repository: fungover/storm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v.2.2.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 3 contributors

Commits on Feb 13, 2024

  1. Delete HttpResponseStatusCodes.java and statusCode field (#199)

    * change the setter methods to void type
    
    * Convert statusCode to run methode and make fileRequestHandler final
    
    * Delete HttpResponseStatusCodes.java and statusCode field
    
    * Add HTTP_RESPONSE_STATUS_CODES to ResponseCode.java
    
    * Restoration Setter methode in Configuration.java
    Kouroshkt authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    292ece9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. #95 - I'm a teapot (#221)

    * Add /coffee endpoint with 418 I'm a Teapot response
    
    - Implement Teapot class for handling /coffee requests.
    - Update HttpParser for path extraction.
    - Modify ClientHandler for /coffee response.
    - Add TeapotTest for endpoint testing.
    
    * Add /coffee endpoint with 418 I'm a Teapot response
    
    - Implement Teapot class for handling /coffee requests.
    - Update HttpParser for path extraction.
    - Modify ClientHandler for /coffee response.
    - Add TeapotTest for endpoint testing.
    
    * Add /coffee endpoint with 418 I'm a Teapot response
    
    - Implement Teapot class for handling /coffee requests.
    - Update HttpParser for path extraction.
    - Modify ClientHandler for /coffee response.
    - Add TeapotTest for endpoint testing.
    
    * Add /coffee endpoint with 418 I'm a Teapot response
    
    - Implement Teapot class for handling /coffee requests.
    - Update HttpParser for path extraction.
    - Modify ClientHandler for /coffee response.
    - Add TeapotTest for endpoint testing.
    
    ---------
    
    Co-authored-by: Martin Blomberg <martin.blomberg@outlook.com>
    Danback and kappsegla authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    727e51a View commit details
    Browse the repository at this point in the history
Loading