Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Umang01-hash committed Oct 4, 2024
1 parent c8c1c50 commit 7a2d17d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/references/context/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ parts of the request.
```

- `Binding multipart-form data / urlencoded form data `
- To bind multipart-form data, you can use the Bind method similarly. The struct fields should be tagged appropriately
to map the form fields to the struct fields.
- To bind multipart-form data or url-encoded form, you can use the Bind method similarly. The struct fields should be tagged appropriately
to map the form fields to the struct fields. The supported content types are `multipart/form-data` and `application/x-www-form-urlencoded`

```go
type Data struct {
Expand Down

0 comments on commit 7a2d17d

Please sign in to comment.