Comments

On Timing With Curl
Post Comment

Sono Rintracciabile wrote:

Nice. Had no idea those options where available in curl. Today I learnt!

31 Oct 2021 09:51 UTC | #1 of 5 comments

CPressLand wrote:

I do this quite frequently, but use the following Stack Overflow post: https://stackoverflow.com/q/18215389.

This blog post appears to be much of the same, regardless, good information to get out there.

31 Oct 2021 10:10 UTC | #2 of 5 comments

Karan wrote:

I use httpstat whenever I've to do the same.

31 Oct 2021 10:57 UTC | #3 of 5 comments

TyingQ wrote:

Had no idea curl could do this. If you need a deeper dive, you can do something similar with Headless Chrome and the Chrome DevTools Protocol.

There's a good example with puppeteer here. There are other snippets there that you can turn into text command line tools too.

31 Oct 2021 12:18 UTC | #4 of 5 comments

Abriosi wrote:

This is a very useful post. Thank you very much.

31 Oct 2021 18:45 UTC | #5 of 5 comments
Post Comment