You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created the ResponseModificationData to return modification responses.
Added Documentation in the README.md for the ResponseModificationData.
Added an Example Route ("/redirect") to Example.java to show the usage of the ResponseModificationData.
Updated to Version 1.3.2
Implemented ResponseData#getContentType in Webserver#write, as it was…
… not yet implemented
Added ResponseData#getHeaders and implemented it in Webserver#write
Added Documentation to ResponseData.Builder
Updated the Version in pom.xml and README.md
Important change to the Route and Router!
Route and Router does no longer require a "path" argument in their constructor! This will be set by using WebserverBuilder#addRoute(String, Route), WebserverBuilder#addRouter(String, Router) or Router#addRoute(String, Route)
Removed Debug messages in Webserver#handle
Made Webserver#handle compatible with the new Route and Router
updated the version to 1.2
updated the README.md to explain the new Route and Router