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 QueryString to easily parse query values #4

Merged
merged 1 commit into from
Jun 12, 2019

Conversation

felipemfp
Copy link
Contributor

qs := ParseQuery(req)
qs.Bool("with_deleted") // false
qs.Int("age", 36)       // with a default value

@felipemfp felipemfp added the enhancement New feature or request label May 20, 2019
@felipemfp felipemfp self-assigned this May 20, 2019
@felipemfp felipemfp changed the title Add QueryString to easily parsing query values Add QueryString to easily parse query values May 20, 2019
```
qs := ParseQuery(req)
qs.Bool("with_deleted") // false
qs.Int("age", 36)       // with a default value
```
@felipemfp felipemfp changed the base branch from master to recoverable-middleware May 20, 2019 18:42
@felipemfp felipemfp merged commit 6d71ae7 into recoverable-middleware Jun 12, 2019
felipemfp added a commit that referenced this pull request Jun 12, 2019
```
qs := ParseQuery(req)
qs.Bool("with_deleted") // false
qs.Int("age", 36)       // with a default value
```
felipemfp added a commit that referenced this pull request Jun 12, 2019
```
qs := ParseQuery(req)
qs.Bool("with_deleted") // false
qs.Int("age", 36)       // with a default value
```
@felipemfp felipemfp mentioned this pull request Jul 3, 2019
felipemfp added a commit that referenced this pull request Jul 3, 2019
```
qs := ParseQuery(req)
qs.Bool("with_deleted") // false
qs.Int("age", 36)       // with a default value
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants