Skip to content

[Docs] Networking documentation suggests poor use of HttpClient #175

@viceroypenguin

Description

@viceroypenguin

Current recommended use of HttpClient is defined in this document.

One should not create a new HttpClient for each request, neither should one use a single HttpClient for the entire application. Instead, the DI system should be used to receive an HttpClient, either directly or indirectly, depending on use and configuration.

I have not used MADE.NET, so I do not know the best way to suggest the proper use of HttpClient, but documentation should be updated to reflect modern recommended practices.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions