buckyos / CYFS

CYFS is the next-generation technology to build real Web3 by upgrading the basic protocol of Web (TCP/IP+DNS+HTTP),is short for CYberFileSystem. https://www.cyfs.com/, cyfs://cyfs/index_en.html.
https://www.cyfs.com/
BSD 2-Clause "Simplified" License
1.99k stars 276 forks source link

Can use common HTTP debugging tools(like Postman,etc.) to debug DEC Service #50

Open waterflier opened 2 years ago

waterflier commented 2 years ago

The purpose of the feature At this time, the only way to debug DEC Service is write test-code depends on cyfs-ts-sdk. And we know that cyfs-runtime create a local http proxy, so in principle can use the common HTTP debuging tools ~

weiqiushi commented 2 years ago

Only in principle, yes. but local CYFS (rpc) protocol uses lots of custom HTTP headers and raw(binary) HTTP bodies communicate with the real CYFS stack, which makes the common HTTP debugging tools unsuitable for Dec Service debugging

weiqiushi commented 1 year ago

Closed