alexdean / as2

AS2 protocol implementation in Ruby
https://rubygems.org/gems/as2
MIT License
3 stars 2 forks source link

allow code outside of Server to build MDN responses #4

Closed alexdean closed 2 years ago

alexdean commented 2 years ago

the As2::Server class lays out a good outline for how to handle an incoming message, but i need more control over some parts of the process - primarily for error handling and logging.

i plan to eventually refactor As2::Server to allow this, but for now i'm just using As2::Message directly in my external code. The only part of As2::Server I actually need is the code which builds an MDN response.