We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33612b0 commit 2441130Copy full SHA for 2441130
Makefile
@@ -0,0 +1,2 @@
1
+http-message-flow.svg: http-message-flow.sequence
2
+ diagrams sequence http-message-flow.sequence http-message-flow.svg
README.rst
@@ -17,6 +17,11 @@ Features
17
- easy integration
18
- works just like the built-in
19
20
+For the Nerds
21
+-------------
22
+
23
+.. image:: http-message-flow.svg
24
25
Installation
26
------------
27
http-message-flow.sequence
@@ -0,0 +1,8 @@
+Client->AWS S3:POST large file
+AWS S3->Client:RESPONSE AWS S3 key
3
+Client->S3FileMiddleware:POST AWS S3 key
4
+S3FileMiddleware->AWS S3:GET AWS S3 key
5
+AWS S3->S3FileMiddleware:RESPONSE large file
6
+S3FileMiddleware->DjangoView:request incl. large file
7
+DjangoView->Client:RESPONSE success
8
http-message-flow.svg
0 commit comments