YetAnotherHttpHandler icon indicating copy to clipboard operation
YetAnotherHttpHandler copied to clipboard

YetAnotherHttpHandler brings the power of HTTP/2 (and gRPC) to Unity and .NET Standard.

Results 14 YetAnotherHttpHandler issues
Sort by recently updated
recently updated
newest added

Hi, I've been able to get the library working in a project and can talk with GRPC and download strings and png just fine. But curious if it can also...

Hello, We are looking for a GRPC unity plugin for VisionOS. We have try your plugin and it's works well on windows and macos. Did you plan to release library...

Following the tutorial and talking to a dart server, I get ``` Request sent 'identity' grpc-encoding value with compressed message. ``` on Windows 64, Unity Editor Windows 64 and Linux...

https://github.com/openupm/openupm/issues/4790#issuecomment-1994261396

@mayuki Honestly I am disappointed that you have thrown away all my work that took so long to merge (https://github.com/Cysharp/YetAnotherHttpHandler/pull/54) without creating an issue first and at least checking it...

Hello, I think there is a dependancy on Google.Protobuf nuget package which is not mentioned.

area-Platform

Hello, thank you for developing a good plugin. I'm not good at English, so I would appreciate it if you could understand my awkwardness. It says that two errors occurred...

The built-in HttpHandler supports a AllowAutoRedirect option (default: true), which will follow 302/etc redirects automatically. Could a similar option be added here? (right now redirects are not automatically handled)