Closed danilo-ambrosio closed 3 years ago
PS: This PR depends on these xoom-wire changes.
@danilo-ambrosio Are the changes made to ServerActor
supported by both HttpAgent
/Netty and the original actor-based socket channel reader support? I am merging this, but if we have a gap in the original socket implementation we should close that.
@VaughnVernon These changes make
IP address
accessible from the Request headers. Also, aFilters
member was added in the server configuration class so that it's easier to create request/response filters in XoomInitializationAware subclasses.