node-http-server
Advanced tools
Comparing version 8.1.2 to 8.1.3
@@ -0,0 +0,0 @@ #! /usr/bin/env node |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ $(function() { |
@@ -0,0 +0,0 @@ const os = require( 'os' ); |
@@ -0,0 +0,0 @@ const os = require( 'os' ); |
@@ -0,0 +0,0 @@ const os = require( 'os' ); |
@@ -0,0 +0,0 @@ var os = require( 'os' ); |
@@ -0,0 +0,0 @@ const os = require( 'os' ); |
@@ -0,0 +0,0 @@ const os = require( 'os' ); |
@@ -0,0 +0,0 @@ const os = require( 'os' ); |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ const util = require( 'util' ); |
@@ -0,0 +0,0 @@ const util = require( 'util' ); |
@@ -0,0 +0,0 @@ const util = require( 'util' ); |
@@ -0,0 +0,0 @@ ## Node HTTP and HTTPS Server examples |
@@ -0,0 +0,0 @@ # Using TLS and SSL for Secure server |
{ | ||
"name": "node-http-server", | ||
"version": "8.1.2", | ||
"version": "8.1.3", | ||
"description": "A very simple and fast http server for node, bash, and spawnable from C, Python etc. It is lightweight and great for embedded solutions as well as everyday development or public facing apps.", | ||
@@ -43,3 +43,3 @@ "main": "server/Server.js", | ||
"author": "Brandon Nozaki Miller", | ||
"license": "DBAD", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -50,5 +50,5 @@ "url": "https://github.com/RIAEvangelist/node-http-server/issues" | ||
"devDependencies": { | ||
"docco-plus": "^2.0.0" | ||
"docco-plus": "2.0.2" | ||
}, | ||
"dependencies": {} | ||
} |
@@ -102,2 +102,3 @@ Node http server with https and proxy support | ||
## Server Class | ||
@@ -664,3 +665,2 @@ | ||
|key|description| | ||
@@ -688,2 +688,34 @@ |---|-----| | ||
#### Local and Production domains | ||
```sh | ||
node yourServer.js local | ||
``` | ||
```javascript | ||
const server=require('node-http-server'); | ||
server.deploy( | ||
{ | ||
domain:(process.argv[2]=='local')?'0.0.0.0' : 'my.awesome.domain' | ||
} | ||
); | ||
``` | ||
```javascript | ||
const server=require('node-http-server'); | ||
const config=new server.Config; | ||
config.domain = (process.argv[2]=='local')?'0.0.0.0' : 'my.awesome.domain'; | ||
server.deploy(config); | ||
``` | ||
#### config.domains.* | ||
@@ -690,0 +722,0 @@ |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
968798
0
0
100
814
90