Ejemplo n.º 1
0
        public void setup()
        {
            _subject     = new HttpRequestBuilder();
            target       = new Uri("http://www.example.com/my/path");
            _localTarget = "/my/path";

            _verb = "PURGE";
            _subject.Verb(_verb, target).SetHeader("User-Agent", "Phil's face");
        }
Ejemplo n.º 2
0
        public void setup()
        {
            _subject = new HttpRequestBuilder();
            target = new Uri("http://www.example.com/my/path");
            _localTarget = "/my/path";

            _verb = "PURGE";
            _subject.Verb(_verb, target).SetHeader("User-Agent", "Phil's face");
        }