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

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

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.