🎨 Improved structure and format of the code

This commit is contained in:
Liyas Thomas
2020-01-09 06:01:31 +05:30
parent bb924dc250
commit 725fa31e77
4 changed files with 101 additions and 53 deletions

View File

@@ -89,8 +89,7 @@ _Customized themes are synced with local session storage_
🔌 **WebSocket**: Establish full-duplex communication channels over a single TCP connection.
- Send and receive data
- Basic authentication using username and password
- Token based authentication
- Basic and Bearer Token authentication
📡 **Server Sent Events**: Receive a stream of updates from a server over a HTTP connection without resorting to polling.
@@ -106,8 +105,10 @@ _Customized themes are synced with local session storage_
**Types:**
- None
- Basic authentication using username and password
- Token based authentication
- Basic
- Bearer Token
- OAuth 2.0
- OIDC Access Token/PKCE (Proof Key for Code Exchange)
📢 **Headers**: Describes the format the body of your request is being sent as.