()
| 958 | return headers.get("content-length", type=int) |
| 959 | |
| 960 | def generate_items(): |
| 961 | yield "Hello " |
| 962 | yield "Wörld!" |
| 963 | |
| 964 | # werkzeug encodes when set to `data` now, which happens |
| 965 | # if a string is passed to the response object. |
no outgoing calls
no test coverage detected