Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 902 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 902 Bytes

Griffin.WebServer

A web server built on top of Griffin.Framework.

Build status GitHub issues NuGet

Current features

  • Form/File handling, i.e. body decoding (multipart & UrlEncoded)
  • Authentication (digest & basic)
  • Static file handling (including partial downloads and caching)
  • Custom modules
  • Model binders.

Installation

install-package Griffin.WebServer

Do note that it's a beta.

Links