X Tutup
Skip to content

Commit c0a218b

Browse files
committed
Updated examples' README file - add wxpython-response.py example
1 parent 7f1e84b commit c0a218b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/Examples-README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ maintained.
4040
see [gist by AnishN](https://gist.github.com/AnishN/aa3bb27fc9d69319955ed9a8973cd40f)
4141
- Screenshot example:
4242
see [gist by stefanbacon](https://gist.github.com/stefanbacon/7b1571d57aee54aa9f8e9021b4848d06)
43+
- Example of implementing [ResourceHandler](../api/ResourceHandler.md)
44+
with the use of [WebRequest](../api/WebRequest.md) object and
45+
[WebRequestClient](../api/WebRequestClient.md) interface to allow
46+
for reading/modifying web requests: see the [wxpython-response.py](https://github.com/cztomczak/cefpython/blob/cefpython31/cefpython/cef3/linux/binaries_64bit/wxpython-response.py)
47+
example in the cefpython31 branch.
4348
- Old PyWin32 example:
4449
see [pywin32.py](https://github.com/cztomczak/cefpython/blob/cefpython31/cefpython/cef3/windows/binaries_32bit/pywin32.py)
4550
in the cefpython31 branch

0 commit comments

Comments
 (0)
X Tutup