mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-24 03:56:32 +00:00
Support for interpolated URLs
Implemented use of TypeConverters for requests and responses
This commit is contained in:
@@ -14,6 +14,7 @@ namespace MTSC.UnitTests
|
||||
{
|
||||
return Task.FromResult(new HttpResponse { StatusCode = HttpMessage.StatusCodes.OK });
|
||||
}
|
||||
|
||||
return Task.FromResult(new HttpResponse { StatusCode = HttpMessage.StatusCodes.BadRequest });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user