Exemplo n.º 1
0
 public static IResponse ETag(this IHas @this, string value)
 => @this.Header("ETag", value);
Exemplo n.º 2
0
 public static IResponse Server(this IHas @this)
 => @this.Header("Server");
Exemplo n.º 3
0
 public static IResponse RetryAfter(this IHas @this)
 => @this.Header("Retry-After");
Exemplo n.º 4
0
 public static IResponse TransferEncoding(this IHas @this)
 => @this.Header("Transfer-Encoding");
Exemplo n.º 5
0
 public static IResponse Trailer(this IHas @this)
 => @this.Header("Trailer");
Exemplo n.º 6
0
 public static IResponse Vary(this IHas @this, string value)
 => @this.Header("Vary", value);
Exemplo n.º 7
0
 public static IResponse Upgrade(this IHas @this, string value)
 => @this.Header("Upgrade", value);
Exemplo n.º 8
0
 public static IResponse CacheControl(this IHas @this, string value)
 => @this.Header("Cache-Control", value);
Exemplo n.º 9
0
 public static IResponse Age(this IHas @this)
 => @this.Header("Age");
Exemplo n.º 10
0
 public static IResponse Connection(this IHas @this, string value)
 => @this.Header("Connection", value);
Exemplo n.º 11
0
 public static IResponse CacheControl(this IHas @this)
 => @this.Header("Cache-Control");
Exemplo n.º 12
0
 public static IResponse Connection(this IHas @this)
 => @this.Header("Connection");
Exemplo n.º 13
0
 public static IResponse ConnectionClose(this IHas @this)
 => @this.Header("Connection", "close");
Exemplo n.º 14
0
 public static IResponse Date(this IHas @this)
 => @this.Header("Date");
Exemplo n.º 15
0
 public static IResponse Via(this IHas @this)
 => @this.Header("Via");
Exemplo n.º 16
0
 public static IResponse Age(this IHas @this, string value)
 => @this.Header("Age", value);
Exemplo n.º 17
0
 public static IResponse Vary(this IHas @this)
 => @this.Header("Vary");
Exemplo n.º 18
0
 public static IResponse Warning(this IHas @this)
 => @this.Header("Warning");
Exemplo n.º 19
0
 public static IResponse Upgrade(this IHas @this)
 => @this.Header("Upgrade");
Exemplo n.º 20
0
 public static IResponse Warning(this IHas @this, string value)
 => @this.Header("Warning", value);
Exemplo n.º 21
0
 public static IResponse TransferEncodingChunked(this IHas @this)
 => @this.Header("Transfer-Encoding", "chunked");
Exemplo n.º 22
0
 public static IResponse WwwAuthenticate(this IHas @this)
 => @this.Header("WWW-Authenticate");
Exemplo n.º 23
0
 public static IResponse TransferEncoding(this IHas @this, string value)
 => @this.Header("Transfer-Encoding", value);
Exemplo n.º 24
0
 public static IResponse WwwAuthenticate(this IHas @this, string value)
 => @this.Header("WWW-Authenticate", value);
Exemplo n.º 25
0
 public static IResponse Trailer(this IHas @this, string value)
 => @this.Header("Trailer", value);
Exemplo n.º 26
0
 public static IResponse AcceptRanges(this IHas @this)
 => @this.Header("Accept-Ranges");
Exemplo n.º 27
0
 public static IResponse Server(this IHas @this, string value)
 => @this.Header("Server", value);
Exemplo n.º 28
0
 public static IResponse AcceptRanges(this IHas @this, string value)
 => @this.Header("Accept-Ranges", value);
Exemplo n.º 29
0
 public static IResponse RetryAfter(this IHas @this, string value)
 => @this.Header("Retry-After", value);
Exemplo n.º 30
0
 public static IResponse ETag(this IHas @this)
 => @this.Header("ETag");