Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

is a plan for spring-net-rest support IHttpClientFactory #11

Description

@superboy1984

current spring-net-rest version is used HttpWebRequest (not recommended,recommend to use HttpClient), Starting with .NET Core 2.1, the SocketsHttpHandler class provides the implementation used by higher-level HTTP networking classes such as HttpClient.
https://docs.microsoft.com/en-us/dotnet/api/system.net.http.socketshttphandler?view=net-5.0
https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=net-5.0

is a plan for spring-net-rest to support HttpClient with SocketsHttpHandler?

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