We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c033624 commit 5db3398Copy full SHA for 5db3398
docs/Http_API.md
@@ -3,6 +3,8 @@ The HTTP API
3
4
The IHttpRequest and IHttpResponse interfaces are exposed as Python classes (both inheriting from IHttpBase)
5
6
+Unit tests available here: https://github.com/20tab/UnrealEnginePython/blob/master/tests/test_http.py
7
+
8
The usage is pretty 'pythonic' and support both polling and evented approaches:
9
10
```python
0 commit comments