tiled icon indicating copy to clipboard operation
tiled copied to clipboard

Architecture Diagram

Open danielballan opened this issue 1 year ago • 3 comments

For comment, to be added to the architecture page

image

danielballan avatar Feb 28 '24 19:02 danielballan

Do the ASGI dotted lines at the top make use of a httpx AsyncClient / starlette TestClient (or something similar)?

padraic-shafer avatar Feb 28 '24 21:02 padraic-shafer

Maybe add web browser to the left-most orange box? "e.g. web browser, curl, HTTPie"

Meaning the raw output, rather than the tiled web UI. It can be a simple baseline debugger / get the metadata...but it can open up a can of worms with auth involved. Thus I'm a bit conflicted about recommending it.

padraic-shafer avatar Feb 28 '24 21:02 padraic-shafer

Do the ASGI dotted lines at the top make use of a httpx AsyncClient / starlette TestClient (or something similar)?

Yes, thought I might put it the other way around: httpx AsyncClient / starlette TestClient make use of ASGI.

I have the same conflicting feeling about web browsers. It tells a nice story, but may get messy with auth.

danielballan avatar Feb 28 '24 21:02 danielballan