faststream icon indicating copy to clipboard operation
faststream copied to clipboard

docs: little updates

Open Lancetnik opened this issue 1 year ago • 2 comments

Add to this section

  • [ ] partial body consuming example (https://github.com/airtai/faststream/pull/890#issuecomment-1835856313)
  • [ ] detail serialization rule notice (#1152)
  • [ ] edit FastAPI broker section to use context (also test it with multiple routers)

Lancetnik avatar Jan 23 '24 16:01 Lancetnik

Hi @Lancetnik is this still in scope or is context being transitioned to fast_depends? I am trying to figure out how to best manage dependencies which must live within both fastapi and faststream router, for now context seems to be the best option. could you please let me know if this is changing?

MrPranav101 avatar Oct 15 '24 03:10 MrPranav101

@MrPranav101 this Issue related to documentation only, don't worry I just want to refactor code example to use context instead of global object

Lancetnik avatar Oct 15 '24 18:10 Lancetnik