unidocs
Members list
Packages
Basic OAuth1 message signing support
Basic OAuth1 message signing support
This feature is not considered stable.
Attributes
This package is the start of a multipart implementation for http4s. It is still deficient in a few ways:
This package is the start of a multipart implementation for http4s. It is still deficient in a few ways:
-
All encoding is chunked transfers, except for entities small enough to fit into the blaze buffer. This irritates some server implementations.
-
When decoding, chunks are kept in memory. Large ones should be buffered to a temp file.
-
It's a bit handwavy around character sets. Things probably go horribly wrong if you're not UTF-8.
-
This module is lightly tested, and its API should be considered experimental.
Enter this package at your own risk, but we'd love the feedback.
Attributes
Helpers for serving static content from http4s
Helpers for serving static content from http4s
Note that these tools are relatively primitive and a dedicated server should be used for serious static content serving.