-
Notifications
You must be signed in to change notification settings - Fork 0
response & request
JpmGameiro edited this page Sep 18, 2017
·
1 revision
Our request represents the everything we deemed necessary to find a command, the elements consist of the method ( GET
, POST
, etc ) and the path.
It has only one class - Request.java
This application supports two Responses :
-
HttpResponse
- sends the response via http , supporting redirect to other html pages -
ConsoleResponse
- simple response that can be sent either to Console display or to a specific file
Both these responses share the common interface IResponse