Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This repository provides a batch script implementation of cURL-like functionality for making HTTP requests directly from the command line. It demonstrates how to send GET, POST, and other HTTP methods using native Windows batch scripting. Ideal for users and developers working in Windows environments and exploring command-line automation.

License

Notifications You must be signed in to change notification settings

n4vrl0s3/CMD-cURL

Repository files navigation

CMD cURL

cURL is a versatile command-line tool for transferring data using various protocols, allowing you to fetch web pages, download and upload files, make HTTP requests, and test APIs.



Purpose of This Repository

Doing something fun with cURL.



Demo

Demo



Features

  • Fetch web pages
  • Download and upload files
  • Make HTTP requests
  • Test APIs


Technologies Used

  • cURL
  • Shell scripting


Project Setup

  1. Clone the repository:

    git clone https://github.com/n4vrl0s3/CMD-cURL.git
    cd CMD-cURL
  2. Ensure you have cURL installed:

    curl --version


Steps to Run

  1. Just start it

How to Start



License

This project is licensed under the MIT License. See the LICENSE file for details.



About

This repository provides a batch script implementation of cURL-like functionality for making HTTP requests directly from the command line. It demonstrates how to send GET, POST, and other HTTP methods using native Windows batch scripting. Ideal for users and developers working in Windows environments and exploring command-line automation.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks