Files
Nim/lib
c-blake c11b3f3fc7 Silence hint:performance message when using very basic http client (#23832)
code such as:
```Nim
import std/httpclient # nim c --hint:performance:on
echo newHttpClient(proxy=nil,
  headers=newHttpHeaders({"Accept": "*/*"})).getContent("x")
```
(Fix was suggested by @ringabout in a private channel.)

Seems useful since `httpclient` is so basic/probably pervasive with many
hundreds of `import`s across the NimbleVerse.
2024-07-15 14:11:06 +02:00
..
2017-02-20 17:24:19 +02:00
2024-07-12 21:06:29 +02:00
2013-03-16 23:53:07 +01:00
2021-06-03 14:00:53 +02:00