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 (Query Params) #9

Merged
merged 1 commit into from
Dec 18, 2021
Merged

🦄Add (Query Params) #9

merged 1 commit into from
Dec 18, 2021

Conversation

apoorvcodes
Copy link
Member

Added query params .
Now you can get query params from the path example

app.Get("/api/?", func(response *fiable.Response, request *fiable.Request) {
		p := request.GetQuery("QUERYNAME") //query name like name etc
		response.Send(300, p)
})

Requested path : api?name=abc
Query Param : abc
Key : Name

@apoorvcodes apoorvcodes merged commit eb72a3e into master Dec 18, 2021
@megatank58 megatank58 deleted the QueryParams branch January 28, 2022 03:08
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.

1 participant