http

http troubleshooting with curly

http

 -H | --http            HTTP actions ....
    |                   response: print response header of server
    |                   redirect: check if redirect id done or not
    |                   status: print status for the GET request
    |                   ttfb: print statistics about Time to First Byte
    |                   gzip: check if gzip is enabled or not

actions for HTTP

  • response (or res)

  • redirect (or red)

  • status

  • ttfb (= Time to First Byte)

  • gzip

response

check the response form the server

redirect

check redirection of a domain

status

check status of the servers and more

ttfb

measure Time to First Byte

gzip

check if gzip has been enabled or not

Last updated

Was this helpful?