Superscribe
Superscribe copied to clipboard
A fresh take on URL routing for Web APIs
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps Microsoft.Data.OData from 5.2.0 to 5.8.4. [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
This is still an issue and prevents being able to just reference Superscribe via the nuget package. Even if the project is not actively maintained any more, can this be...
This is still an issue and prevents being able to just reference Superscribe via the nuget package. Even if the project is not actively maintained any more, can this be...
Hi, We have a user at https://gitter.im/SuaveIO/suave who'd like to use this library, but it would seem this library is not OWIN compatible? Would it be possible to make it...
As discussed, route matching appears to be ignoring the HTTP method. In the test below the GET route is always hit, even when making a POST. ``` namespace Superscribe.Tests.Owin {...