116 Commits

Author SHA1 Message Date
da8184f152 Added unit test project. Improved route matcher and fixed bugs. 2022-03-03 00:18:45 -08:00
16c42c1ef7 Added ReadToStream extension and bumped package version. 2022-03-02 00:53:30 -08:00
e4c9b95fa3 Added ReadAsBytes extension and bumped nuget version. 2022-03-02 00:44:24 -08:00
fcbaaf133c Fixing issues with the route preprocess and postprocess events. 2022-02-19 22:23:26 -08:00
bf254489b8 Fixed bug where root syntax wouldn't match in the RouteMatcher. Added WithHeader extension. Added preprocess and postprocess route events so we can control routes at a global level easier. 2022-02-19 21:46:44 -08:00
bf1b66e565 Added more cookie extensions and using set cookie now. 2022-02-06 22:50:22 -08:00
b7837f6639 Added WithCookie extension for response. 2022-02-06 22:33:55 -08:00
41bbabf1cb Added more examples. WithText and WithJson now specify Utf16 to support rich content. 2022-02-06 21:32:01 -08:00
ccad0dd66d Simplified project struct naming. Cleaned up code and added missing documentation. Routes now use a RouteContext to allow extensions and future modules. 2022-02-06 21:14:36 -08:00
87a9b961bd Upgraded rest.net csproj to new format. Configured nuget package creation. Included MIT license file. 2022-02-06 20:14:02 -08:00
4bb85aad28 Renaming everything to live under the MontoyaTech namespace. 2022-02-06 19:37:51 -08:00
fe7eb76a86 Removing build directories. 2022-02-06 19:26:11 -08:00
2112b37ab4 Removing .vs and migration backup. 2022-02-06 19:25:29 -08:00
5fa9e3307f Pushing up git ignore. 2022-02-06 19:24:23 -08:00
dd82897982 Pushing up initial version of Rest.Net. 2022-02-06 19:22:24 -08:00
7bac946ea3 Initial commit 2022-02-06 23:48:51 +00:00