byr0n3 / Xenia

A simple, minimalistic HTTP server written in C#.
GNU General Public License v3.0
2 stars 0 forks source link

Xenia

Xenia Logo

A simple, minimalistic HTTP/1.1 server written in C#.

Packages

Xenia is made up from multiple packages, all of which being optional (with of course the exception to the core package).

Xenia

The core package, containing the base server and request/response logic.

Read more

Xenia.JSON

Package with utilities that make it easier to work with JSON content.

Read more

Xenia.Encoding

Provides utilities for encoding HTTP responses based on the request's preferred encoding.

Read more

Xenia.Caching

Utilities for dealing with caching content.

Read more

Xenia.Data

Collection of helpers/utilities for working with different kinds of data.

Read more

Xenia.Tests

Unit tests for different functionalities.

Explore

Xenia.Example

Simple example of how to use Xenia to handle requests and return HTTP responses.

Explore

Examples

For examples on how to use Xenia, you should check the following resources: