mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add CefServer API for handling HTTP/WebSocket requests (issue #2278)
This commit is contained in:
@ -352,6 +352,8 @@ _simpletypes = {
|
||||
'void': ['void', ''],
|
||||
'void*': ['void*', 'NULL'],
|
||||
'int': ['int', '0'],
|
||||
'int16': ['int16', '0'],
|
||||
'uint16': ['uint16', '0'],
|
||||
'int32': ['int32', '0'],
|
||||
'uint32': ['uint32', '0'],
|
||||
'int64': ['int64', '0'],
|
||||
|
Reference in New Issue
Block a user