1
0
mirror of https://github.com/actix/actix-website synced 2025-07-01 17:15:08 +02:00

Add api docs

This commit is contained in:
Nikolay Kim
2018-07-21 04:09:47 -07:00
parent 35a9469409
commit 52a58cc626
5528 changed files with 266014 additions and 0 deletions

View File

@ -0,0 +1 @@
initSidebarItems({"fn":[["file_extension_to_mime","Return the MIME type associated with a filename extension (case-insensitive). If `ext` is empty or no associated type for the extension was found, returns the type `application/octet-stream`."]],"struct":[["ChunkedReadFile","A helper created from a `std::fs::File` which reads the file chunk-by-chunk on a `CpuPool`."],["DefaultConfig","Default content disposition as described in StaticFileConfig"],["Directory","A directory; responds with the generated directory listing."],["NamedFile","A file with an associated name."],["StaticFiles","Static files handling"]],"trait":[["StaticFileConfig","Describes `StaticFiles` configiration"]]});