Commit Graph

199 Commits (d8cea06e4b4f9e8a0ca6535d7a7d92216c24d697)

Author SHA1 Message Date
James Newton-King 55d4d0b6c6
Update retries.md (#22672)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-07-08 10:48:59 +12:00
James Newton-King 137f718e9e
Update services.md (#22650) 2021-07-02 17:50:59 -05:00
Tim Hess 6756f3b072
create -> createClient #22543 (#22544) 2021-06-15 12:12:37 -07:00
James Newton-King a607943997
Update some gRPC doc links (#22510) 2021-06-07 05:03:02 -05:00
James Newton-King bf435b7c16
Named clients with gRPC client factory (#22418)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-05-27 12:45:20 +12:00
James Newton-King f7c88954d9
Add package links to gRPC configuration docs (#22321) 2021-05-18 10:04:07 +12:00
James Newton-King 7f01c7df59
Update gRPC UDS example (#22318) 2021-05-18 09:58:28 +12:00
James Newton-King 78940fd414
gRPC versioning and nested messages (#22324)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-05-18 09:29:45 +12:00
James Newton-King e3bcc58217
Improve gRPC WPF workaround instructions (#22322)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-05-18 09:13:37 +12:00
James Newton-King 3ede05e495
Discuss TLS termination proxy in gRPC security doc (#22323) 2021-05-18 09:13:20 +12:00
James Newton-King 1a0aa47962
Link to Kestrel endpoints HTTPS from gRPC docs (#22320) 2021-05-18 08:19:26 +12:00
James Newton-King e9fb673187
Add detail about Grpc.Core deprecation (#22270)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-05-12 13:08:02 +12:00
James Newton-King c0162c1981
Include minimum .NET Framework version for gRPC (#22262) 2021-05-11 04:53:53 -05:00
Rick Anderson ad321c2700
Add Home and Privacy to no-loc (#22237)
* Add Home and Privacy to no-loc

* Add Home and Privacy to no-loc
2021-05-08 10:12:34 -10:00
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -10:00
Fiyaz Bin Hasan d5474ef592
added sample for code first grpc and documentation update (#22128) 2021-04-25 18:17:06 -05:00
Luke Latham d280f8b021
Windows version updates (#22111) 2021-04-22 16:35:06 -05:00
James Newton-King 06065aa48f
Update gRPC WinHttpHandler required version (#22015) 2021-04-13 15:02:50 +12:00
James Newton-King 8ee4827844
Add gRPC performance section about reading data (#22001)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-04-09 10:38:30 +12:00
James Newton-King f5b1534c19
Add troubleshooting section for gRPC calls and subdirectories (#21962)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-04-06 11:37:33 +12:00
Luke Latham 135d373e12
Show full package reference in doc snippet (#21975) 2021-04-04 04:19:28 -05:00
James Newton-King 1ba666a6f3
How to configure auth using gRPC client factory (#21940) 2021-04-02 14:09:16 +13:00
Wade Pickett 1e21a93ecd
gRPC Intro: Add missing package info (#21913)
* gRPC Intro: Add missing package info

* corrected link.

* Moved the mention of required package and set up to better place

* minor correction and forcing buld update.

* Update aspnetcore/grpc/index.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-03-31 13:28:04 -07:00
James Newton-King 5fab563d15
Update retries.md (#21901) 2021-03-27 20:14:35 +13:00
James Newton-King a117e81e46
Add validity and streaming info to gRPC retries (#21833)
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
2021-03-22 11:34:31 +13:00
James Newton-King e8b5fbae02
Configure gRPC client factory on .NET Standard 2.0 (#21823) 2021-03-20 12:01:59 +13:00
James Newton-King b8660c4209
gRPC client factory page improvements (#21824) 2021-03-20 09:01:35 +13:00
James Newton-King dc1240ebe6
Update required version on gRPC retries page (#21815) 2021-03-18 09:23:57 +13:00
James Newton-King 2a813f98cf
Improve gRPC supported platforms doc (#21689) 2021-03-11 15:10:08 +13:00
Scott Addie 09e3573c75 Finish default branch renaming work 2021-03-09 22:40:27 -06:00
James Newton-King 4955eeb783
Add gRPC retries doc (#21621)
* Add gRPC retries docs

* Rename

* Apply suggestions from code review

Co-authored-by: Wade Pickett <wpickett@microsoft.com>

* Update aspnetcore/grpc/retries.md

Co-authored-by: Wade Pickett <wpickett@microsoft.com>

* Apply suggestions from code review

* Update aspnetcore/grpc/retries.md

* Update config page

* Update config page

* Update config page

* Include details about required package version

* nit

* Update aspnetcore/grpc/configuration.md

Co-authored-by: Wade Pickett <wpickett@microsoft.com>

* Update aspnetcore/grpc/configuration.md

Co-authored-by: Wade Pickett <wpickett@microsoft.com>

* Update aspnetcore/grpc/retries.md

Co-authored-by: Wade Pickett <wpickett@microsoft.com>

* Update aspnetcore/grpc/retries.md

Co-authored-by: Wade Pickett <wpickett@microsoft.com>

* Update aspnetcore/grpc/retries.md

Co-authored-by: Wade Pickett <wpickett@microsoft.com>

* Update aspnetcore/grpc/retries.md

Co-authored-by: Wade Pickett <wpickett@microsoft.com>

* Minor

* Make titles consistent

Co-authored-by: Wade Pickett <wpickett@microsoft.com>
2021-03-09 13:00:42 -08:00
James Newton-King 87c331aa83
Add Protobuf bytes tip to gRPC performance doc (#21693)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-03-10 09:42:32 +13:00
James Newton-King ff470d9aa1
Update gRPC troubleshooting (#21724)
* Update troubleshoot.md

* Update troubleshoot.md

* Update troubleshoot.md

* Update troubleshoot.md
2021-03-08 15:13:00 -08:00
Wael Kdouh 455de8c3a2
Update performance.md (#21687) 2021-03-04 14:22:28 -06:00
Ran Trifon 5c89e7cea1
Update protobuf.md (#21645)
Property name should be “Data”, not “Metadata”.
2021-03-03 14:43:34 -10:00
James Newton-King 5be37385ee
Protobuf field names info (#21502)
Co-authored-by: Christopher Warrington <chwarr@microsoft.com>
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2021-02-12 18:58:43 +13:00
James Newton-King f9c6a4d5e2
Update aspnetcore.md (#21474) 2021-02-07 18:04:26 -06:00
James Newton-King 2bf249841d
Update supported-platforms.md (#21399) 2021-02-02 11:18:13 +13:00
James Newton-King 1f362ac007
Highlight proto file on gRPC HTTP API page (#21363) 2021-01-29 05:38:31 -06:00
Luke Latham 7ec5f6421d
HTTP.sys updates (#21364) 2021-01-29 05:37:28 -06:00
James Newton-King bf50b9eda6
Update interprocess.md (#21362) 2021-01-29 05:35:26 -06:00
James Newton-King fcd745cbbf
Improve gRPC supported platforms doc (#21361)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-01-29 19:23:47 +13:00
James Newton-King 244720002b
Add IIS and HTTP.sys to grpc asp.net core page (#21357)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-01-29 15:04:33 +13:00
James Newton-King e33b1c0d50
Add gRPC supported platforms doc (#21276) 2021-01-26 11:37:18 +13:00
Eric Mutta 13a615e394
Remove unnecessary word in comparison.md (#21256) 2021-01-20 06:35:28 -06:00
Stephen Halter 874468e63f
Split kestrel.md into multiple pages (#21091)
Co-authored-by: James Newton-King <james@newtonking.com>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2021-01-15 15:11:48 -08:00
James Newton-King b98d969a40
Add code-first gRPC doc (#20882)
Co-authored-by: Luke Latham <llatham@aquent.com>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2021-01-04 14:57:41 -06:00
James Newton-King 111cbe8370
Access response headers from gRPC calls (#20986)
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-12-18 19:43:11 -06:00
James Newton-King d675e312a3
Add Swashbuckle integration to gRPC HTTP API doc (#20858) 2020-12-04 19:43:15 +13:00
James Newton-King f0c83e1dc5
Add ThrowOperationCanceledOnCancellation to gRPC config docs (#20573)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-11-23 09:52:24 -06:00