https://github.com/alexveebee/http_tester
https://github.com/alexveebee/http_tester
http-client tauri-app typescript
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexveebee/http_tester
- Owner: AlexVeeBee
- License: agpl-3.0
- Created: 2024-08-29T19:00:07.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T13:33:23.000Z (over 1 year ago)
- Last Synced: 2025-03-01T07:20:36.819Z (over 1 year ago)
- Topics: http-client, tauri-app, typescript
- Language: TypeScript
- Homepage:
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```