Ketty
Explore posts from serversget with params not working
app.get('/posts/:id', (c) => {
const page = c.req.query('page')
const id = c.req.param('id')
c.header('X-Message', 'Hi!')
return c.text(
You want see ${page} of ${id}
)
}) how to call this route when i want to pass id and page7 replies
get with params not working
Thanks it work now. But, how to pass two or more params? or how to make route that is similar to this: 'https://dummyjson.com/products/search?q=phone'
7 replies
CDCloudflare Developers
•Created by Ketty on 2/23/2024 in #workers-help
Did someone manage to work with SOAP API from workers?
that's what I'm looking for. This is my first contact with soap. Not ready for my library
6 replies
CDCloudflare Developers
•Created by Ketty on 2/23/2024 in #workers-help
Did someone manage to work with SOAP API from workers?
just started testing
6 replies
CDCloudflare Developers
•Created by Ketty on 2/23/2024 in #workers-help
Did someone manage to work with SOAP API from workers?
6 replies