Пример #1
0
        public static Task Created(this HttpResponse source, string location = null)
        {
            source.StatusCode = (int)HttpStatusCode.Created;

            return(source.Location(location));
        }