TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #15159 · Sep 21

#kotlin#android#gfw#proxy#shadowsocks#sing_box#trojan#vmess#vpn NekoBox for Android is a free, open-source app that helps you use many types of proxy servers like Shadowsocks, VMess, Trojan, and WireGuard to browse the internet securely and anonymously. It creates an encrypted VPN tunnel on your device, protecting your data from snooping and letting you bypass geo-restrictions or blocked websites. You can manage multiple proxy accounts easily in one app. It supports popular subscription formats for easy setup and is regularly updated by its community. Avoid the Google Play version since it’s no longer open source; download it safely from the official GitHub releases instead. This tool benefits you by enhancing privacy, security, and internet freedom on your Android device. https://github.com/MatsuriDayo/NekoBoxForAndroid

Results

1 similar post found

Search: #xmlrpc

当前筛选 #xmlrpc清除筛选
djangoproject

@djangoproject · Post #408 · 08/10/2017, 10:42 AM

https://docs.python.org/3/library/xmlrpc.html #XML-#RPC is a #Remote_Procedure_Call method that uses XML passed via #HTTP as a transport. With it, a #client can call methods with parameters on a remote server (the #server is named by a URI) and get back structured data. #xmlrpc is a package that collects server and client modules implementing XML-RPC. The modules are: xmlrpc.client xmlrpc.server