-
create curl commands for all the POST / GET methods
fio10 updated
11 months ago
-
### Is there an existing feature or issue for this?
- [X] I have searched the existing issues
### Expected feature
What about adding support for Groq, Antropic, Google AI, and more with simple curl…
-
I think it would be nice to explicitly mention the correct CURL commands for Windows. The guide only mentions differences in the escaping rules, but this is hard to directly apply.
For example, on …
-
I really like your theme, IMHO the biggest missing feature is the cURL commands.
-
When we need stun/turn server for NAT users, we deploy a coturn server.
However the external IP of the coturn server is not a fixed one. It will change after some days :)
According to [this page](…
-
### 📑 I have found these related issues/pull requests
.
### 🛡️ Security Policy
- [X] I agree to have read this project [Security Policy](https://github.com/louislam/uptime-kuma/security/policy)
##…
-
The curl commands as they exist in the docs will not work on Windows (as it isn't actually curl it is calling). Curl commands need a flag and all addresses prefaced by `http`. Any examples with curl s…
-
curl is a command line tool to transfer data to or from a server, using any of the supported protocols (HTTP, FTP, IMAP, POP3, SCP, SFTP, SMTP, TFTP, TELNET, LDAP or FILE). curl is powered by Libcurl.…
-
## Steps to reproduce
- Start DiceDB instance by running the application
- Use a http client to execute the following 3 commands
SET foo foobar
BITOP NOT baz foo
GET baz
```
curl -…
-
In verbose mode, Hurl writes to stderr the curl commands to be executed to produce the same requests.
Requirements in order to apply the check for the generated curl commands:
- test run in verbo…