Skip to content

Commit

Permalink
chore: Public access to Java DSL form data fields (#4453)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Nov 19, 2024
1 parent 27ee958 commit 66e509e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ public FormData(Query fields) {
this.fields = fields;
}

public Query getFields() {
return fields;
}

/**
* Converts this FormData to a RequestEntity using UTF8 encoding.
*/
Expand Down

0 comments on commit 66e509e

Please sign in to comment.