]> git.ipfire.org Git - thirdparty/httpx.git/commit
add `[chunk_size]` for `a?iter_.*` methods (#2281)
authorDaniel Holth <dholth@anaconda.com>
Fri, 24 Jun 2022 13:36:45 +0000 (09:36 -0400)
committerGitHub <noreply@github.com>
Fri, 24 Jun 2022 13:36:45 +0000 (14:36 +0100)
commitaad60a4f123801e7ce0e02bc49138e7f0f9ca0a5
tree9cc0405ae19249109ee15c508fc5c948b14e57ba
parent344e01e98ae528332960d34c3eca98f5472eeabf
add `[chunk_size]` for `a?iter_.*` methods (#2281)

```
    def iter_bytes(
        self, chunk_size: typing.Optional[int] = None
    ) -> typing.Iterator[bytes]:
```
docs/api.md