Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caracal-js authored Jul 28, 2021
1 parent 61e3e43 commit 7999d4b
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,16 @@ Much more in depth one is in the [demo folder](demo/).
- `responseMiddleware` Array - Array of middleware functions for proxy response (Server).
- `standardMiddleware` Boolean - Use the prebuilt middleware used by default (Server).

- Properties
#### request
- `request` Request
- `response` Response

#### upgrade
- `request` Request
- `socket` Socket
- `head` Head

## Properties
- [url](#url)
- [html](#html)
- [js](#js)
Expand All @@ -51,6 +60,8 @@ Much more in depth one is in the [demo folder](demo/).
- [codec](#codec)
- [prefix](#url)



## url

#### wrap
Expand Down Expand Up @@ -78,8 +89,6 @@ Much more in depth one is in the [demo folder](demo/).

## js

### Methods:

#### process
- `source` JS script
- `url` URL for heading
Expand Down Expand Up @@ -107,8 +116,6 @@ Much more in depth one is in the [demo folder](demo/).

## css

### Methods:

#### process
- `source` CSS
- `config` Configuration
Expand All @@ -118,8 +125,6 @@ Much more in depth one is in the [demo folder](demo/).

## html

### Methods:

#### process
- `source` HTML Source
- `config` Configuration
Expand All @@ -138,8 +143,6 @@ Much more in depth one is in the [demo folder](demo/).

## cookies

### Methods:

#### encode
- `input` New (Cookie / Cookies)
- `config` Configuration
Expand Down

0 comments on commit 7999d4b

Please sign in to comment.