Skip to content

Commit 5db3398

Browse files
author
Roberto De Ioris
authored
Update Http_API.md
1 parent c033624 commit 5db3398

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Http_API.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ The HTTP API
33

44
The IHttpRequest and IHttpResponse interfaces are exposed as Python classes (both inheriting from IHttpBase)
55

6+
Unit tests available here: https://github.com/20tab/UnrealEnginePython/blob/master/tests/test_http.py
7+
68
The usage is pretty 'pythonic' and support both polling and evented approaches:
79

810
```python

0 commit comments

Comments
 (0)