https://github.com/joicemjoseph/concurrent-http-requests
to make concurrent requests. written in go
https://github.com/joicemjoseph/concurrent-http-requests
concurrency ddos go http requests
Last synced: 5 months ago
JSON representation
to make concurrent requests. written in go
- Host: GitHub
- URL: https://github.com/joicemjoseph/concurrent-http-requests
- Owner: joicemjoseph
- License: bsd-3-clause
- Created: 2019-02-04T04:53:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T05:18:10.000Z (about 7 years ago)
- Last Synced: 2025-06-21T08:05:55.456Z (8 months ago)
- Topics: concurrency, ddos, go, http, requests
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# __[Concurrent HTTP Requests.](https://git.j01ce.in/joice/ddos)__
- Makes requests concurrently.
- sends http requests concurrently.
- --url -> url to send request to
- --count -> number of concurrent requests to send.