Tim Bre

Results 3 issues of Tim Bre

In #211 [the `Response.links` property](https://github.com/encode/httpx/blob/6a1841b924ab5d318d771e1a04ffb55662bf458b/httpx/_models.py#L766) was added, but so far it's undocumented. In code, [the `links` function's (correctly) annotated](https://github.com/encode/httpx/blob/6a1841b924ab5d318d771e1a04ffb55662bf458b/httpx/_models.py#L766) as returning a `dict[str | None, dict[str, str]]`, because going only...

According to the [NPX documentation](https://docs.npmjs.com/cli/v8/commands/npm-exec) for the syntax we're using the `--` is not supported (or rather has no special meaning) and everything (including any `--`) after the package name...

This feature allows to specify extra dependencies of files, much like the `extra` option, but instead of a single array (or string or glob), which is mostly useful when generating...