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 support for GET in transport #2674

Merged
merged 1 commit into from
Mar 15, 2023
Merged

Conversation

lloeki
Copy link
Contributor

@lloeki lloeki commented Mar 7, 2023

What does this PR do?

Implement GET support for HTTP transport.

Motivation

Some endpoints respond to GET, which was not implemented.

Additional Notes

In addition, since GET can't have a body, a Request parcel can be omitted. It is therefore made optional.

How to test the change?

CI should be green.

@lloeki lloeki requested a review from a team March 7, 2023 22:47
Base automatically changed from isolate-trace-transport to master March 8, 2023 13:46
@lloeki lloeki force-pushed the add-get-support-to-transport branch from ce078a1 to 97e3930 Compare March 8, 2023 13:47
Some endpoints respond to GET, which was not implemented.

In addition, since GET can't have a body, a `Request` parcel can be
omitted. It is therefore made optional.
@lloeki lloeki force-pushed the add-get-support-to-transport branch from 97e3930 to 134308e Compare March 8, 2023 14:54
@lloeki
Copy link
Contributor Author

lloeki commented Mar 8, 2023

Rebased to fix CI

Copy link
Member

@GustavoCaso GustavoCaso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lloeki lloeki merged commit 3ae66fb into master Mar 15, 2023
@lloeki lloeki deleted the add-get-support-to-transport branch March 15, 2023 11:47
@github-actions github-actions bot added this to the 1.11.0 milestone Mar 15, 2023
@lloeki lloeki modified the milestones: 1.11.0, 1.11.0.beta1 Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants