X Tutup
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: Mehedi-86/httpserver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: robaho/httpserver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 8, 2025

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

Commits on Sep 22, 2025

  1. Configuration menu
    Copy the full SHA
    575b790 View commit details
    Browse the repository at this point in the history
  2. Get Content Type From Multipart (robaho#30)

    * get content type from multipart
    
    * fix PR. add test cases
    
    ---------
    
    Co-authored-by: robert engels <robaho@users.noreply.github.com>
    SentryMan and robaho authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    708d96e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66dae75 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Support 1xx codes (robaho#31)

    * support 1xx codes
    
    * Create InputRead100Test.java
    
    * no contentlength header
    
    * update build for gradle 9.1.0
    
    * test 100 Continue to Expect header
    
    * handle manual 1xx responses including make connection upgrade generic rather than websocket specific
    
    * update comments
    
    ---------
    
    Co-authored-by: robert engels <robaho@users.noreply.github.com>
    SentryMan and robaho authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    7ed4d26 View commit details
    Browse the repository at this point in the history
Loading
X Tutup