Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoperillo committed Feb 3, 2023
1 parent 243ed5c commit 2253065
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
![Icon](src/icons/letter-r_64.png)

Resting is a rest client WebExtension.

It is a very young project under an heavy development.
Resting is a visual HTTP client browser extension.

## Mission
The mission of Resting is to simplify daily work of developer in testing and analyzing HTTP/REST requests.
The mission of Resting is to simplify the daily work of developer in debugging, testing and inspecting HTTP requests.

The goal of Resting is to be light and focused on the management of saved requests.

## Main Features

### Request
* Support multipart, x-www-form-urlencoded, raw data request body, file upload.
* BASIC, Oauth2.0, JWT Authentication.
* Work with multiple requests using Tabs.

### Response
* Highlight the response.
* Copy to clipboard.

### Contexts and variables
* Use variables to generalize part of the request.
* Organize variables into contexts.

### Bookmarks
* Save requests as bookmarks to future usage.
* Collect bookmarks into folders.
* Import/Export your bookmarks as HAR archives.

Resting takes inspiration from Postman with the goal to be light and focused on the management of saved requests.

## Privacy
Data is yours.
Expand Down

0 comments on commit 2253065

Please sign in to comment.