Support readers (#105)

This commit is contained in:
Vignesh Rangaishenvi
2020-07-21 11:57:23 -07:00
committed by GitHub
parent 4f86015be7
commit 0f4ff0e49f
4 changed files with 28 additions and 11 deletions

View File

@@ -351,6 +351,7 @@ export class HttpStatusCodes {
public static readonly Created: number = 201;
public static readonly Accepted: number = 202;
public static readonly NoContent: number = 204;
public static readonly NotModified: number = 304;
public static readonly Unauthorized: number = 401;
public static readonly Forbidden: number = 403;
public static readonly NotFound: number = 404;