docs: fix streaming response documentation
Replaced incorrect Body_stream example with accurate Server.respond_stream
API explanation:
- Explained next function signature and behavior
- Added working examples for basic streaming and file streaming
- Documented content_length vs chunked encoding