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

https://github.com/alexveebee/http_tester


https://github.com/alexveebee/http_tester

http-client tauri-app typescript

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# HTTP tester

A simple HTTP tester to send requests and see the response.

## Features

- Send GET, POST, PUT, DELETE requests
- Send request with headers
- Send request with body
- See the response

# Development

## Recommended IDE Setup

- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)

## Starting the app

- Tauri
```
tauri dev
```

- NPM
```
npm run tauri dev
```

- Yarn
```
yarn tauri dev
```