- Oxpecker Nuget package
- Oxpecker.ViewEngine Nuget package
- Oxpecker.Htmx Nuget package
- Oxpecker.OpenApi Nuget package
Oxpecker is a functional wrapper around ASP.NET Core Endpoint routing. Repository contains both main project and other related packages.
This library is basically a revised version of Giraffe, it mostly sticks to Giraffe's successful API (hence the name). Improvements involve changing some core types, performance of template handlers, simplifying handlers and dropping a lot of outdated functionality.
Medium posts:
- Introduction: https://medium.com/@lanayx/the-oxpecker-ef9df3dfb918
- About ViewEngine: https://medium.com/@lanayx/7-reasons-to-try-oxpecker-viewengine-af642b4d191c
- Comparison with Blazor: https://medium.com/@lanayx/blazor-vs-oxpecker-067cbcda9f99
Oxpecker project is planned to be moved to fsprojects
organization once it reaches 200 stars
- Native ASP.NET Core Endpoint routing integration
- ViewEngine with convenient DSL for HTML
- Strongly typed route parameters
- Endpoint handlers and endpoint middlewares, flexible composition
- JSON binding and serialization
- Form binding
- URL parameters binding
- Response caching
- Streaming
- Authorization
- eTag support
- IResult support
- Many useful HttpContext extensions
- Empty template
- Dump of different features all in one place
- Full CRUD example with functional DI
- HTMX sample application
- Oxpecker version of the traditional ASP.NET WeatherApp
- Oxpecker Readme
- Oxpecker.ViewEngine Readme
- Oxpecker.Htmx Readme
- Oxpecker.OpenApi Readme
- Migration from Giraffe
develop is a development branch, projects are linked with each other using project references. Use this branch to send PRs.
main is a production branch, projects are linked with each other using nuget packages. Packages are published from this branch.