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

Fix URL resolution for base URI with non-empty path #173

Merged
merged 3 commits into from
Dec 8, 2023
Merged

Commits on Dec 8, 2023

  1. Fix URL resolution for base URI with absolute path

    If a client uses a base URI with an absolute path (i.e.
    'https://connectrpc.com/api/'), then any RPC methods should be resolved
    relative to the absolute path (instead of ignoring it as they do today).
    
    Fixes #149.
    pkwarren committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    b89b0dd View commit details
    Browse the repository at this point in the history
  2. review comments

    pkwarren committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    3b426b8 View commit details
    Browse the repository at this point in the history
  3. fix lint

    pkwarren committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    811c202 View commit details
    Browse the repository at this point in the history