acteur
acteur copied to clipboard
A framework for writing lightweight, scalable servers with Guice and Netty
Results
1
acteur issues
Sort by
recently updated
recently updated
newest added
The `Headers` class defines ```java public static final HeaderValueType AUTHORIZATION = new BasicCredentialsHeader(); ``` which requires an instance of `BasicCredentials`. It would be nice to have support for other authorization...