I’m a newbie. How to send a request with parameters http://localhost:8000/calc?param=1+1
And receive a response from the request for further processing.
Can I ask you for some simple examples for caddyfile.
I don’t know where to start.
Caddy isn’t typically used to build apps that do calculations or whatever. You’d put Caddy in front of an app/program that does that (written in the programming language of your choice), with Caddy’s reverse_proxy directive.