http-types icon indicating copy to clipboard operation
http-types copied to clipboard

Explain why len and is_empty can be None in Body

Open EpicKiwi opened this issue 10 months ago • 0 comments

Made some small changes in documentation of Body type. It's helps to understand how to react in case of None returned from body is_empty or len calls since it's not obvious when you don't directly build the structure yourself. e.g. by using a framework like tide.

EpicKiwi avatar Feb 05 '25 16:02 EpicKiwi