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: usethesource/rascal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: usethesource/rascal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/webclient
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 7 files changed
  • 1 contributor

Commits on May 11, 2026

  1. added initial webclient API that mirrors the Webserver API and uses t…

    …he same Response and Request encodings
    jurgenvinju committed May 11, 2026
    Configuration menu
    Copy the full SHA
    10d71ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    645d334 View commit details
    Browse the repository at this point in the history
  3. added the other methods

    jurgenvinju committed May 11, 2026
    Configuration menu
    Copy the full SHA
    61cadea View commit details
    Browse the repository at this point in the history
  4. added progress bar

    jurgenvinju committed May 11, 2026
    Configuration menu
    Copy the full SHA
    6cce6de View commit details
    Browse the repository at this point in the history

Commits on May 12, 2026

  1. fixed post

    jurgenvinju committed May 12, 2026
    Configuration menu
    Copy the full SHA
    17723ff View commit details
    Browse the repository at this point in the history
  2. constructor typo

    jurgenvinju committed May 12, 2026
    Configuration menu
    Copy the full SHA
    b9c1e6e View commit details
    Browse the repository at this point in the history
  3. fix post bug

    jurgenvinju committed May 12, 2026
    Configuration menu
    Copy the full SHA
    8c9c0da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddf4bfa View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. Configuration menu
    Copy the full SHA
    6b37e74 View commit details
    Browse the repository at this point in the history
  2. started rewrite of Server and Client interface to canonically treat a…

    … body in a POST and PUT ina Request, the same way as on the Response side. So support for text, json and file content. HTML is for later.
    jurgenvinju committed May 19, 2026
    Configuration menu
    Copy the full SHA
    53ae8a0 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2026

  1. Configuration menu
    Copy the full SHA
    cd8bdda View commit details
    Browse the repository at this point in the history
  2. debugging with @DavyLandman

    jurgenvinju committed May 21, 2026
    Configuration menu
    Copy the full SHA
    8c51344 View commit details
    Browse the repository at this point in the history
Loading