dotnetomaniak.pl - Artykuły z tagiem HttpClient

Strongly typed HTTP clients are very useful and convenient. Here's how to test them without sacrificing the advantages of dependency injection.

How to test typed HTTP clients in .NET 6?

Sztuka programowania 655 dni, 18 godzin, 20 minut temu mkaminski 183 źrodło rozwiń

Round-robin DNS support in .NET HttpClien

Tagi: HttpClient
Źródło: www.meziantou.net
Dziel się z innymi:
Round-robin DNS support in .NET HttpClient - Meziantou's blog

Inne 682 dni, 18 godzin, 25 minut temu Piotr Stapp 53 źrodło rozwiń

This is next post in my little series on streaming JSON objects (NDJSON) in .NET. This one discusses how to send an async stream with HttpClient.

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] Streaming JSON Objects (NDJSON) With HttpClient

Web 1068 dni, 18 godzin, 50 minut temu tpeczek 59 źrodło rozwiń

Czy chcesz uniknąć czynności, których nie musiałbyś wykonywać, gdybyś zrobił je wcześniej? Pracując w projektach, zauważyłem obszary, które mogą spowodować nieoczekiwane problemy, jeżeli pozostawimy je na sam koniec projektu. Opisuje 3, które najbardziej mi doskwierają gdy widzę, że są odkładane w czasie.

The 3 things that should not be left for last in projects

Inne 1171 dni, 14 godzin, 23 minuty temu Adrian_Tarnowski 103 źrodło rozwiń

Tym razem chciałbym się skupić na tym, jak dostarczyć odpowiednie fragmenty kodu klienta API do pozostałych członków zespołu tak, by każdy mógł go używać w odpowiedni sposób.

Źródło: cesarstwo-dev.pl
Dziel się z innymi:
Jak dostarczyć klienta API

Sztuka programowania 1306 dni, 18 godzin, 50 minut temu Cesarstwo-Dev 113 źrodło rozwiń

Piotr Szymura software engineer, full-stack developer, open source contributor, crypto/blockchain enthusiast, try hard guitarist, starcraft fan FollowWrocław Email Twitter LinkedIn GitHub Stackoverflow Learn http client once again this time via netstat This is not a guide to: How to use HttpClient in your app ? But rather how to use netstat and how TCP connections are behaving in different code scenarios. Below examples will show...

Źródło: deaddesk.top
Dziel się z innymi:
HttpClient explained using netstat - DeadDesk.top

Web 1605 dni, 17 godzin, 39 minut temu undernotic 135 źrodło rozwiń

HttpClient is not as straightforward to use as it may seem. The current recommendation for Azure Functions advises usage of a static client, but HttpClientFactory can be an interesting alternative.

[EN] Alternative approach to HttpClient in Azure Functions 2.0 - bringing in HttpClientFactory

Cloud 1954 dni, 17 godzin, 18 minut temu tpeczek 42 źrodło rozwiń

In the previous post in this series, I introduced the concept of outgoing middleware using DelegatingHandlers registered with named and typed clients. While that approach is available, the ASP.NET team hope that for most scenarios, we won’t need to resort to manually building our own handlers. In some cases, the built-in features of the library may provide the functionality we need. For example, it is sometimes useful to wrap requests ...

Tagi: HttpClient
Dziel się z innymi:
[EN] HttpClientFactory in ASP.NET Core 2.1 (Part 4) - Steve Gordon

Sztuka programowania 2115 dni, 18 godzin, 13 minut temu Piotr Stapp 31 źrodło rozwiń

Przy okazji aktualizacji Angulara do wersji 5, zobaczyłam, że są dostępne nowe, zaktualizowane pakiety. Na początek skupiłam się na HttpClientModule. We wpisie pokazuję, jak jego wykorzystanie upraszcza kod serwisów i komponentów.

Dziel się z innymi:
Angular 5: HttpClient – programmer-girl

Web 2208 dni, 17 godzin, 33 minuty temu Weronika Mularczyk 105 źrodło rozwiń

Mówisz, że Twój kod działa, ale czy na pewno jesteś tego pewny? Sprawdź jak pisać testy integracyjne kontrolerów dla ASP.NET Core Web API.

Testy integracyjne dla ASP.NET Core Web API - DevKR

Sztuka programowania 2215 dni, 7 godzin, 11 minut temu Krzysztof_DevKR 245 źrodło rozwiń

In previous post I've shown how HttpClient can be extended with payload encryption capabilities by providing support for aes128gcm encoding. In this post I'm going to extend Aes128GcmEncoding class with decoding capabilities.

Dziel się z innymi:
[EN] Supporting Encrypted Content-Encoding in HttpClient (Part 2 of 2) - Decoding

Web wtorek, 7 marca 2017 21:58:27 GMT tpeczek 8 spam? źrodło rozwiń

The "Encrypted Content-Encoding for HTTP" aims at providing standard solution for encrypting the contents of a HTTP message so that when the payload is stored, only someone with the appropriate key can read it. In this and next post I'm going to show how it can be used with HttpClient.

Dziel się z innymi:
[EN] Supporting Encrypted Content-Encoding in HttpClient (Part 1 of 2) - Encoding

Web 2606 dni, 7 godzin, 55 minut temu tpeczek 41 źrodło rozwiń

Najaktywniejsi w tym miesiącu