Skip to content

888KIRAN/eyesss_1.1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

eyesss_1.1

HTTP Header and Content Viewer (C Program)

This C program sends an HTTP request to a specified URL and displays the response’s content and headers in the terminal. It uses the libcurl library to make HTTP requests.

Features:

  • -n: Displays HTTP headers.
  • -s: Suppresses content output (only headers are shown).

Download:

  1. Compile:
    git clone https://github.com/888KIRAN/eyesss_1.1
    cd eyesss_1.1/
    gcc eyesss.c -o eyesss -lcurl
    export PATH=$PATH:(working directory) 
    eyesss
    
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages