http-types
http-types copied to clipboard
Explain why len and is_empty can be None in Body
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.