restfy header was normalized.

This commit is contained in:
Diullei Gomes
2013-02-16 18:44:25 -02:00
parent 76b0933813
commit 1fd9f45cd2
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
// Type definitions for node.js REST framework 2.0
// Project: https://github.com/mcavage/node-restify
// Definitions by: Bret Little <https://github.com/blittle>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
interface addressInterface {
port: number;
family: string;