Skip to content

Commit fe4dd6a

Browse files
committed
Add readme to utils folder
1 parent 65cdb67 commit fe4dd6a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

projects/utils/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Utils
2+
3+
- [Status Codes](http-status-codes)
4+
5+
Here we contrast between the usage of `Microsoft.AspNetCore.Http.StatusCodes` and `System.Net.HttpStatusCode`.
6+
7+
- [MediaTypeNames](media-type-names)
8+
9+
This class provides convenient constants for some common MIME types. It's not extensive by any means however `MediaTypeNames.Text.Html` and `MediaTypeNames.Application.Json` come handy.
10+
11+
- [MediaTypeNames - 2](media-type-names-2)
12+
13+
Using `FileExtensionContentTypeProvider` to obtain the correct MIME type of a filename extension.

0 commit comments

Comments
 (0)