Handle query parameters passed to an HTTP endpoint
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
[~]$ curl http://localhost:1880/hello-query?name=Nick
<html>
<head></head>
<body>
<h1>Hello Nick!</h1>
</body>
</html>{
"name": "Nick",
"colour": "blue"
}{
"colour": ["blue","red"]
}