Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
qnd:curl [2021/08/26 19:48] – created mgupton | qnd:curl [2023/05/31 12:12] (current) – [Check response times] mgupton | ||
---|---|---|---|
Line 3: | Line 3: | ||
==== Check response times ==== | ==== Check response times ==== | ||
- | The following is an example of a command that can be use to see the timing of various points in a HTTP request. | + | The following is an example of a command that can be use to see the timing of various points in a HTTP request |
< | < | ||
- | curl -w " | + | curl -w " |
+ | </code> | ||
+ | |||
+ | ==== Post data to webhook and show response headers ==== | ||
+ | < | ||
+ | curl -D - -X POST --data " | ||
</ | </ | ||