Merge branch 'master' into rename-repo-url

This commit is contained in:
vvakame
2016-03-17 21:06:54 +09:00
1140 changed files with 179704 additions and 179635 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
/// <reference path="../node/node.d.ts" />
/// <reference path="../cookies/cookies.d.ts" />
declare module Koa {
declare namespace Koa {
// These open interfaces may be extended in an application-specific manner via declaration merging.
// See for example method-override.d.ts (https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/method-override/method-override.d.ts)
@@ -402,7 +402,7 @@ declare module "koa" {
writable: boolean;
}
module koa {
namespace koa {
interface BaseRequest extends IRequest {
/**
* Get the charset when present or undefined.
+1 -1
View File
@@ -20,7 +20,7 @@ declare module "koa" {
import * as http from "http";
import * as net from "net";
module Koa {
namespace Koa {
export interface Context extends Request, Response {
body?: any;
request?: Request;