This feature request aims to enhance Layer 8 by introducing the capability to serve various types of assets. Typically, web servers handle content with specific media types, such as HTML with "text/plain" or JSON with "application/json," identified through the use of the Content-Type response header.
Currently, Layer 8 exclusively serves content with the "application/json" content type. The proposed improvement suggests expanding this functionality to support additional content types. Specifically, the initial focus will be on enabling the serving of images. This enhancement would provide greater flexibility and broaden the range of media types that Layer 8 can handle.
This feature request aims to enhance Layer 8 by introducing the capability to serve various types of assets. Typically, web servers handle content with specific media types, such as HTML with "text/plain" or JSON with "application/json," identified through the use of the Content-Type response header.
Currently, Layer 8 exclusively serves content with the "application/json" content type. The proposed improvement suggests expanding this functionality to support additional content types. Specifically, the initial focus will be on enabling the serving of images. This enhancement would provide greater flexibility and broaden the range of media types that Layer 8 can handle.