Mock
Description:
public namespace Mock
Mock implementation of VSGI used for testing purposes.
Content:
Classes:
- Connection - Stubbed connection with in-memory
streams.
- Request - Test implementation of Request used to stub
a request.
- Response - Test implementation of VSGI.Response to
stub a response.
- Server