Skip to content

add fromProxy to LoggedResponse.#3329

Merged
RafeArnold merged 1 commit into
masterfrom
is-from-proxy-logged-response
Feb 11, 2026
Merged

add fromProxy to LoggedResponse.#3329
RafeArnold merged 1 commit into
masterfrom
is-from-proxy-logged-response

Conversation

@RafeArnold

Copy link
Copy Markdown
Contributor

No description provided.

@RafeArnold RafeArnold requested a review from a team as a code owner February 11, 2026 15:49
@JsonProperty("body") String ignoredBodyOnlyUsedForBinding) {
this(status, headers, Encoding.decodeBase64(bodyAsBase64), fault);
@JsonProperty("body") String ignoredBodyOnlyUsedForBinding,
@JsonProperty("fromProxy") boolean fromProxy) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Nullable fromProxy parameter might be better for backwards compatibility in JSON deserialisation (or does Jackson default primitive booleans when the JSON value is null/absent?)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

it defaults to false, if the field isn't present

@RafeArnold RafeArnold merged commit cdaf48f into master Feb 11, 2026
5 checks passed
@RafeArnold RafeArnold deleted the is-from-proxy-logged-response branch February 11, 2026 17:06
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.

2 participants