✏️ Updated feature list
This commit is contained in:
28
README.md
28
README.md
@@ -53,11 +53,11 @@ When I wrote this, only God and I understood what I was doing. Now, only God kno
|
|||||||
|
|
||||||
_History entries are synced with local session storage_
|
_History entries are synced with local session storage_
|
||||||
|
|
||||||
🌈 **Make it yours**: Neon combination background, foreground & accent colors - because customization === freedom ✨
|
🌈 **Make it yours**: Customizable combinations for background, foreground and accent colors: because customization === freedom ✨ [[Customize now](https://postwoman.io/settings)]
|
||||||
|
|
||||||
**Customizations:**
|
**Customizations:**
|
||||||
- Dark and Light background themes
|
- Choose theme: Kinda Dark (default), Clearly White, Just Black and System theme
|
||||||
- Choose accent color
|
- Choose accent color: Green (default), Yellow, Pink, Red, Purple, Orange, Cyan and Blue
|
||||||
- Toggle multi-colored frames
|
- Toggle multi-colored frames
|
||||||
|
|
||||||
_Customized themes are also synced with local session storage_
|
_Customized themes are also synced with local session storage_
|
||||||
@@ -65,19 +65,25 @@ _Customized themes are also synced with local session storage_
|
|||||||
🔥 **PWA**: Install as a **[PWA](https://developers.google.com/web/progressive-web-apps)** on your device
|
🔥 **PWA**: Install as a **[PWA](https://developers.google.com/web/progressive-web-apps)** on your device
|
||||||
|
|
||||||
**Features:**
|
**Features:**
|
||||||
- Instant loading with Service Workers
|
- Instant loading with [Service Workers](https://developers.google.com/web/fundamentals/primers/service-workers)
|
||||||
- Offline support
|
- Offline support
|
||||||
- Low RAM/memory and CPU usage
|
- Low RAM/memory and CPU usage
|
||||||
|
- [Add to Home Screen](https://developers.google.com/web/fundamentals/app-install-banners) (button in footer)
|
||||||
|
- [Desktop PWA](https://developers.google.com/web/progressive-web-apps/desktop) support (button in footer)
|
||||||
|
- [Full features](https://developers.google.com/web/progressive-web-apps)
|
||||||
|
|
||||||
🚀 **Request**: Retrieve data from a URL without having to do a full page refresh
|
🚀 **Request**: Retrieve data from a URL without having to do a full page refresh
|
||||||
|
|
||||||
- Choose `method`
|
- Choose `method`
|
||||||
- Enter `URL`
|
- Enter `URL`
|
||||||
- Enter `Path`
|
- Enter `Path`
|
||||||
- Copy public "Share URL"
|
|
||||||
- Generate request code for JavaScript XHR, Fetch, cURL
|
**Features:**
|
||||||
|
- Copy/share public "Share URL"
|
||||||
|
- Generate request code for JavaScript XHR, Fetch and cURL
|
||||||
- Copy generated request code to clipboard
|
- Copy generated request code to clipboard
|
||||||
- Import cURL
|
- Import cURL
|
||||||
|
- Label requests
|
||||||
|
|
||||||
🔌 **Web Socket**: Establish full-duplex communication channels over a single TCP connection
|
🔌 **Web Socket**: Establish full-duplex communication channels over a single TCP connection
|
||||||
|
|
||||||
@@ -92,13 +98,16 @@ _Customized themes are also synced with local session storage_
|
|||||||
|
|
||||||
📢 **Headers**: Describes the format the body of your request is being sent as
|
📢 **Headers**: Describes the format the body of your request is being sent as
|
||||||
|
|
||||||
|
- Add or remove Header list
|
||||||
|
|
||||||
📫 **Parameters**: Use request parameters to set varying parts in simulated requests
|
📫 **Parameters**: Use request parameters to set varying parts in simulated requests
|
||||||
|
|
||||||
📃 **Request Body**: Used to send and receive data via the REST API
|
📃 **Request Body**: Used to send and receive data via the REST API
|
||||||
|
|
||||||
**Options:**
|
**Options:**
|
||||||
- Set Content Type
|
- Set Content Type
|
||||||
- Toggle between RAW input and parameter list
|
- Add or remove Parameter list
|
||||||
|
- Toggle between key-value and RAW input Parameter list
|
||||||
|
|
||||||
👋 **Responses**: Contains the status line, headers and the message/response body
|
👋 **Responses**: Contains the status line, headers and the message/response body
|
||||||
|
|
||||||
@@ -110,13 +119,16 @@ _HTML responses have "Preview HTML" feature_
|
|||||||
⏰ **History**: Request entries are synced with local session storage to reuse with a single click
|
⏰ **History**: Request entries are synced with local session storage to reuse with a single click
|
||||||
|
|
||||||
**Fields**
|
**Fields**
|
||||||
|
- Label
|
||||||
- Timestamp
|
- Timestamp
|
||||||
- Method
|
- Method
|
||||||
- Status code
|
- Status code
|
||||||
- URL
|
- URL
|
||||||
- Path
|
- Path
|
||||||
|
|
||||||
_History entries can be deleted one-by-one or all together_
|
_History entries can be sorted by any fields_
|
||||||
|
|
||||||
|
_Histories can deleted one-by-one or all together_
|
||||||
|
|
||||||
## Demo 🚀
|
## Demo 🚀
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<label for="" class="flex-wrap">Time<i class="material-icons">sort</i></label>
|
<label for="" class="flex-wrap">Time<i class="material-icons">sort</i></label>
|
||||||
</li>
|
</li>
|
||||||
<li @click="sort_by_status_code()">
|
<li @click="sort_by_status_code()">
|
||||||
<label for="" class="flex-wrap">Status Code<i class="material-icons">sort</i></label>
|
<label for="" class="flex-wrap">Status<i class="material-icons">sort</i></label>
|
||||||
</li>
|
</li>
|
||||||
<li @click="sort_by_url()">
|
<li @click="sort_by_url()">
|
||||||
<label for="" class="flex-wrap">URL<i class="material-icons">sort</i></label>
|
<label for="" class="flex-wrap">URL<i class="material-icons">sort</i></label>
|
||||||
|
|||||||
Reference in New Issue
Block a user