Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@chromato99 chromato99 released this 07 Nov 14:59
· 1 commit to main since this release
c3cdacf

This is the first release of quics-protocol!! Congratulations!

The main features of quics-protocol have been implemented, so you can send and receive byte messages and files as written in the current README, and the Handler will be opened with a Callback function depending on the transactionName.

What's new

  • Handler object implementation
  • Trasaction implementation
  • Implement RecvTransactionHandleFunc, which predefines the Callback function
  • Implementing sending byte messages
  • File transfer implementation
  • Implementing sending byte messages and files together
  • Implementing returning a stream if an error occurs during a transaction