readme update + fixes

This commit is contained in:
Vladimir Enchev
2014-04-24 12:10:44 +03:00
parent e9c82ebedc
commit 13508e84fa
3 changed files with 66 additions and 16 deletions

View File

@ -10,7 +10,7 @@ export interface HttpRequestOptions {
url: string;
method: string;
headers?: HttpHeader[];
content?: HttpContent;
content?: any;
}
export interface HttpHeader {