Skip to content

A library for conveniently sending server requests, processing them via a custom message processor on the server, and responding with custom responses.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

AustinHellerRepo/bytecon_tls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bytecon_tls

This library contains client/server structs for sending and receiving messages that utilize the bytecon crate.

Features

  • Convenient sending and receiving of messages over TLS
  • An implementation of MessageProcessor is used by the ByteConServer to process messages
  • An enum ByteConCertificate for representing many different variations or ways of storing a certificate
    • It is also very easy to transition between different variants of this enum

Usage

You will want to have shared request and response enums accessible to both your client and server. Please examine the unit tests for examples.

About

A library for conveniently sending server requests, processing them via a custom message processor on the server, and responding with custom responses.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published