Ejemplo n.º 1
0
 public bool HasHeader(string header)
 {
     return(Data.Has(header));
 }
Ejemplo n.º 2
0
        public void returns_continue_if_there_is_no_if_none_match_header()
        {
            theHeaders.Has(HttpRequestHeaders.IfNoneMatch).ShouldBeFalse();

            theFilter.Filter(theServiceArguments).ShouldEqual(DoNext.Continue);
        }