https://github.com/jonluca/http-sample-request-generator
Nextjs app and UI that generates all forms of HTTP requests to generate HAR files from
https://github.com/jonluca/http-sample-request-generator
Last synced: about 1 year ago
JSON representation
Nextjs app and UI that generates all forms of HTTP requests to generate HAR files from
- Host: GitHub
- URL: https://github.com/jonluca/http-sample-request-generator
- Owner: jonluca
- Created: 2022-07-31T15:24:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T09:58:21.000Z (over 3 years ago)
- Last Synced: 2025-02-10T07:30:03.037Z (over 1 year ago)
- Language: TypeScript
- Size: 264 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTTP Request Generator
This is deployed at https://requestgenerator.com/
Use this to generate a lot of requests with different payload formats and bodies, for use in either network monitoring or for HAR exports.
## Getting Started
First, run the development server:
```bash
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Development
There is a catch all API route implemented in `pages/api/[...path].ts`. You can add new response formats or handle the path/payload there.