An open API service indexing awesome lists of open source software.

https://github.com/sha-env/CMD-cURL

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.
https://github.com/sha-env/CMD-cURL

batch batch-script curl curl-commands curl-library

Last synced: 4 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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](https://github.com/user-attachments/assets/77e66fea-47b4-45ab-afb2-8265f0fdd9b0)



## Features

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



## Technologies Used

- cURL
- Shell scripting



## Project Setup

1. **Clone the repository:**

```bash
git clone https://github.com/n4vrl0s3/CMD-cURL.git
cd CMD-cURL
```

2. **Ensure you have cURL installed:**
```bash
curl --version
```



## Steps to Run

1. **Just start it**



![How to Start](https://github.com/user-attachments/assets/77e66fea-47b4-45ab-afb2-8265f0fdd9b0)



## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.