csharp
public enum ContentStatusThe subset of HTTP statuses a static content server has occasion to send.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
OkHere is the whole thing.
PartialContentHere is the part that was asked for.
NotFoundNothing is at that path.
RangeNotSatisfiableThe range asked for starts past the end of the resource.
Used by (3)
- ContentReplyVixen.ContentServer
- ContentServerVixen.ContentServer
- ContentServerTestsVixen.ContentServer.Tests