# Structs

HTTPMock is supposed to be used to mock real HTTP server but have the ability to test all other httpmux plugin related code Example: httpmux.FromExistingServer(mock.SetHandler) mock.NewRequest("GET", "/v1/a", nil) .