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