pixl-server-web 1.3.7 → 1.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -43,6 +43,9 @@ This module is a component for use in [pixl-server](https://www.github.com/jhuck
|
|
|
43
43
|
* [http_clean_headers](#http_clean_headers)
|
|
44
44
|
* [http_log_socket_errors](#http_log_socket_errors)
|
|
45
45
|
* [http_full_uri_match](#http_full_uri_match)
|
|
46
|
+
* [http_req_max_dump_enabled](#http_req_max_dump_enabled)
|
|
47
|
+
* [http_req_max_dump_dir](#http_req_max_dump_dir)
|
|
48
|
+
* [http_req_max_dump_debounce](#http_req_max_dump_debounce)
|
|
46
49
|
* [https](#https)
|
|
47
50
|
* [https_port](#https_port)
|
|
48
51
|
* [https_cert_file](#https_cert_file)
|
|
@@ -91,6 +94,7 @@ This module is a component for use in [pixl-server](https://www.github.com/jhuck
|
|
|
91
94
|
* [Self-Referencing URLs](#self-referencing-urls)
|
|
92
95
|
* [Custom Method Handlers](#custom-method-handlers)
|
|
93
96
|
* [Let's Encrypt SSL Certificates](#lets-encrypt-ssl-certificates)
|
|
97
|
+
* [Request Max Dump](#request-max-dump)
|
|
94
98
|
- [License](#license)
|
|
95
99
|
|
|
96
100
|
# Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pixl-server-web",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.8",
|
|
4
4
|
"description": "A web server component for the pixl-server framework.",
|
|
5
5
|
"author": "Joseph Huckaby <jhuckaby@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/jhuckaby/pixl-server-web",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"formidable": "2.0.1",
|
|
28
28
|
"errno": "0.1.7",
|
|
29
29
|
"stream-meter": "1.0.4",
|
|
30
|
-
"async": "3.2.
|
|
30
|
+
"async": "3.2.2",
|
|
31
31
|
"mime": "2.5.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|