We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to support easy dumping of the sent AS2/HTTP request. I have seen corresponding code doing this, but the code is currently "locked" by this flag (https://github.com/phax/as2-lib/blob/master/as2-lib/src/main/java/com/helger/as2lib/processor/sender/AS2SenderModule.java#L105)
The text was updated successfully, but these errors were encountered:
Incoming and outgoing dump made customizable; #26
559f93f
Class 'HTTPHelper' has now methods 'setHTTPIncomingDumper' and 'setHTTPOutgoingDumper' to set custom callbacks. Can you please verify it with SNAPSHOT >= 8 from https://oss.sonatype.org/content/repositories/snapshots/com/helger/as2-lib/3.0.1-SNAPSHOT/ - thanks :)
Sorry, something went wrong.
Release 3.0.1 is in approx. 30 minutes on Maven Central
phax
No branches or pull requests
It would be nice to support easy dumping of the sent AS2/HTTP request. I have seen corresponding code doing this, but the code is currently "locked" by this flag (https://github.com/phax/as2-lib/blob/master/as2-lib/src/main/java/com/helger/as2lib/processor/sender/AS2SenderModule.java#L105)
The text was updated successfully, but these errors were encountered: