Skip to content

Update FileStream API#3670

Merged
lovelydinosaur merged 1 commit intov1from
filestream-api
Sep 18, 2025
Merged

Update FileStream API#3670
lovelydinosaur merged 1 commit intov1from
filestream-api

Conversation

@lovelydinosaur
Copy link
Copy Markdown
Contributor

@lovelydinosaur lovelydinosaur commented Sep 18, 2025

Fix up server File responses...

import httpx

def app(request):
    return httpx.Response(200, content=httpx.File("index.html"))

httpx.run(app)

@lovelydinosaur lovelydinosaur merged commit 4acf5c2 into v1 Sep 18, 2025
5 checks passed
@lovelydinosaur lovelydinosaur deleted the filestream-api branch September 18, 2025 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant