GithubHelp home page GithubHelp logo

gdi4k / unreal-fetch Goto Github PK

View Code? Open in Web Editor NEW
108.0 108.0 27.0 19.83 MB

The Fetch API inspired HTTP client for Unreal Engine. Supports both Blueprints & C++.

Home Page: https://www.unrealengine.com/marketplace/en-US/product/fetch-a-simple-http-client

License: Other

C# 8.35% C++ 84.12% C 0.29% Batchfile 6.34% VBScript 0.91%
blueprint cpp http unreal-engine

unreal-fetch's People

Contributors

arunoda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

unreal-fetch's Issues

Adding a PATCH method ?

Hey ! My API actually use a LOT of PATCH methods, because it's more appropriate than PUT, is there an easy way to add this to the enum ?

UE 5.0.0 support

Hello! I tried to compile again for UE5 but it doesn't seem to work. Any help or thoughts? I know it's in early access still, but this is a fantastic plugin that I'd love to use.

Purchase

can i fetch and render a video from an api using this plugin, i want to buy but need to be sure ? thanks for your response in advance.

Token_Id

How to send authorization token in header using fetch plugin?

ue4.27 https not work

hello, http is success ,but i use https it will error :

LogHttp: Warning: 000001DD8E510100: invalid HTTP response code received. URL: https:/127.0.0.1:1234, HTTP code: 0, content length: 0, actual payload size: 0
LogHttp: Warning: 000001DD8E510100: request failed, libcurl error: 60 (Peer certificate cannot be authenticated with given CA certificates)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 0 (Unwillingly accepted illegal URL using 1 slash!)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 1 (Rebuilt URL to: https://127.0.0.1:1234/)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 2 (Found bundle for host 127.0.0.1: 0x1dd79ca7eb0 [can pipeline])
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 3 (Hostname 127.0.0.1 was found in DNS cache)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 4 ( Trying 127.0.0.1...)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 5 (TCP_NODELAY set)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 6 (Connected to 127.0.0.1 (127.0.0.1) port 4780 (#3))
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 7 (allocate connect buffer!)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 8 (Establish HTTP proxy tunnel to 127.0.0.1:1234)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 9 (Proxy replied OK to CONNECT request)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 10 (CONNECT phase completed!)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 11 (ALPN, offering http/1.1)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 12 (Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@strength)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 13 (TLSv1.3 (OUT), TLS handshake, Client hello (1):)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 14 (CONNECT phase completed!)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 15 (CONNECT phase completed!)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 16 (TLSv1.3 (IN), TLS handshake, Server hello (2):)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 17 (TLSv1.3 (IN), TLS Unknown, Certificate Status (22):)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 18 (TLSv1.3 (IN), TLS handshake, Unknown (8):)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 19 (TLSv1.3 (IN), TLS Unknown, Certificate Status (22):)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 20 (TLSv1.3 (IN), TLS handshake, Certificate (11):)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 21 (TLSv1.3 (OUT), TLS alert, Server hello (2):)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 22 (SSL certificate problem: self signed certificate)
LogHttp: Warning: 000001DD8E510100: libcurl info message cache 23 (Closing connection 3)

can you help me?

Add binary support

So, we can receive & send binary requests.
A cool example would be saving a file to the disk & render some texture into a render target.

4.27 Support

The title says it all. When can we expect a 4.27 support?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.