From 7999d4b29d99ca6bf50ff074e4136445835fa084 Mon Sep 17 00:00:00 2001 From: Jason <59297610+caracal-js@users.noreply.github.com> Date: Tue, 27 Jul 2021 23:39:26 -0400 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a0eab9b..7a44d36 100644 --- a/README.md +++ b/README.md @@ -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) @@ -51,6 +60,8 @@ Much more in depth one is in the [demo folder](demo/). - [codec](#codec) - [prefix](#url) + + ## url #### wrap @@ -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 @@ -107,8 +116,6 @@ Much more in depth one is in the [demo folder](demo/). ## css -### Methods: - #### process - `source` CSS - `config` Configuration @@ -118,8 +125,6 @@ Much more in depth one is in the [demo folder](demo/). ## html -### Methods: - #### process - `source` HTML Source - `config` Configuration @@ -138,8 +143,6 @@ Much more in depth one is in the [demo folder](demo/). ## cookies -### Methods: - #### encode - `input` New (Cookie / Cookies) - `config` Configuration