Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Krishnananthalingam Tharmigan <[email protected]>
  • Loading branch information
SachinAkash01 and TharmiganK authored Nov 26, 2024
1 parent 2642b24 commit e0f92dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ballerina/http_types.bal
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ public type CommonClientConfiguration record {|
boolean validation = true;
# Provides settings related to client socket configuration
ClientSocketConfig socketConfig = {};
# Enables or disalbles relaxed data binding on the client side. Disabled by default
# Enables or disables relaxed data binding on the client side. Disabled by default.
# When enabled, the JSON data will be projected to the Ballerina record type and
# during the projection, nil values will be considered as optional fields and
# absent fields will be considered for nilable types
boolean laxDataBinding = false;
|};

Expand Down

0 comments on commit e0f92dd

Please sign in to comment.