Handle url parameters in an HTTP endpoint
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
[~]$ curl http://localhost:1880/hello-param/Nick
<html>
<head></head>
<body>
<h1>Hello Nick!</h1>
</body>
</html>{
"name": "Nick"
}