Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@tarsil tarsil released this 18 Apr 14:58
· 135 commits to main since this release
549e831

Added

  • encoders directly embed in any response. The encoders is a list of lilya.encoder.Encoder type
    of objects that can be passed directly into the response. SInce the responses can be independent ASGI applications,
    the encoders can be passed directly there.