Skip to content

Commit

Permalink
Quito de README el aviso de no implementado
Browse files Browse the repository at this point in the history
Ya implementé location para los redirects
  • Loading branch information
unknown authored and unknown committed Feb 9, 2015
1 parent 135ca99 commit 3c1a71b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ app.use(kill9({statusKilled:301, location:'other_site.kom'}));

The location for a redirect. This is mandatory if statusKilled between 300 and 303.

**Not implemented yet**

#### messageKilled *text default "kill -9 success"*

The message to display in successful kills.
Expand All @@ -99,6 +97,10 @@ app.use(kill9({messageKilled: "I'll be back"}));

The status sent when the pid doesn't match.

#### locationBad *url*

The location for a redirect. This is mandatory if statusKilled between 300 and 303.

#### messageBad *text default "kill -9 unknown"*

The message to display when when the pid doesn't match.
Expand Down Expand Up @@ -133,7 +135,6 @@ test_app.use(

+ **This is not secure in production servers. Use it only in developer servers**. Kill-9 lacks of password or validate user or any way for confirm legal use.
+ Actually options.pid can be a text, buy I don't know if this will change in the future.
+ location option not implemented yet

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kill-9",
"description": "A way for kill node server from client navigator",
"version": "0.2.0",
"version": "0.2.1",
"author": "Emilio Platzer <emilioplatzer@outlook.com>",
"license": "GPL-2.0",
"repository": "codenautas/kill-9",
Expand Down

0 comments on commit 3c1a71b

Please sign in to comment.