You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns an iterator function which can be used to read the downstream client request body in a streaming fashion. For example:
367
+
Returns an iterator function which can be used to read the downstream client request body in a streaming fashion. You may also specify an optional default chunksize (default is `65536`), or an already established socket in
368
+
place of the client request.
369
+
370
+
Example:
368
371
369
372
```lua
370
373
localreq_reader=httpc:get_client_body_reader()
@@ -393,6 +396,8 @@ local res, err = httpc:request{
0 commit comments