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.
- Host: GitHub
- URL: https://github.com/sha-env/CMD-cURL
- Owner: sha-env
- License: mit
- Created: 2024-10-31T14:53:42.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-29T09:21:52.000Z (9 months ago)
- Last Synced: 2025-09-29T06:28:51.723Z (4 months ago)
- Topics: batch, batch-script, curl, curl-commands, curl-library
- Language: Batchfile
- Homepage:
- Size: 50.8 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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

## 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**

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