• Joined on 2022-01-01
MattMo pushed to master at MontoyaTech/Rest.Net 2022-03-03 08:18:52 +00:00
da8184f152 Added unit test project. Improved route matcher and fixed bugs.
MattMo pushed to master at MontoyaTech/ignite-html-validate 2022-03-02 09:04:21 +00:00
1b30a8cfdd Defaulted validation popup content to be centered.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-03-02 08:53:34 +00:00
16c42c1ef7 Added ReadToStream extension and bumped package version.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-03-02 08:44:29 +00:00
e4c9b95fa3 Added ReadAsBytes extension and bumped nuget version.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-02-20 06:23:30 +00:00
fcbaaf133c Fixing issues with the route preprocess and postprocess events.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-02-20 05:46:49 +00: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.
MattMo deleted branch main from MontoyaTech/ignite-html-input 2022-02-16 06:13:09 +00:00
MattMo created branch master in MontoyaTech/ignite-html-input 2022-02-16 06:13:09 +00:00
MattMo deleted branch main from MontoyaTech/ignite-html-select 2022-02-16 06:12:03 +00:00
MattMo created branch master in MontoyaTech/ignite-html-select 2022-02-16 06:12:03 +00:00
MattMo pushed to master at MontoyaTech/Rest.Net 2022-02-07 06:50:25 +00:00
bf1b66e565 Added more cookie extensions and using set cookie now.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-02-07 06:34:00 +00:00
b7837f6639 Added WithCookie extension for response.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-02-07 05:32:05 +00:00
41bbabf1cb Added more examples. WithText and WithJson now specify Utf16 to support rich content.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-02-07 05:14:39 +00:00
ccad0dd66d Simplified project struct naming. Cleaned up code and added missing documentation. Routes now use a RouteContext to allow extensions and future modules.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-02-07 04:14:06 +00:00
87a9b961bd Upgraded rest.net csproj to new format. Configured nuget package creation. Included MIT license file.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-02-07 03:37:55 +00:00
4bb85aad28 Renaming everything to live under the MontoyaTech namespace.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-02-07 03:26:15 +00:00
fe7eb76a86 Removing build directories.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-02-07 03:25:32 +00:00
2112b37ab4 Removing .vs and migration backup.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-02-07 03:24:27 +00:00
5fa9e3307f Pushing up git ignore.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-02-07 03:22:31 +00:00
dd82897982 Pushing up initial version of Rest.Net.