tinyweb.framework.FakeResponseContext.FakeResponseContext C# (CSharp) Method

FakeResponseContext() public method

public FakeResponseContext ( ) : System.Collections.Generic
return System.Collections.Generic
        public FakeResponseContext()
        {
            Headers = new Dictionary<string, string>();
        }