Skip to content

Tags: JoshiCodes/WebAPI

Tags

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
JoshiCodes Joshua
Added the EventExample and added some methods to the RouteRequestEvent

updated the version

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
JoshiCodes Joshua
updated the version

1.3.2

Toggle 1.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
JoshiCodes Joshua
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

1.3.1d

Toggle 1.3.1d's commit message

Unverified

No user is associated with the committer email.
using URLDecoder#decode instead of URLEncoder#encode

v1.3.1c

Toggle v1.3.1c's commit message

Unverified

No user is associated with the committer email.
Merge remote-tracking branch 'origin/master'

v1.3.1

Toggle v1.3.1's commit message

Unverified

No user is associated with the committer email.
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

v1.3.1b

Toggle v1.3.1b's commit message

Unverified

No user is associated with the committer email.
Fixed the Header Implementation

Changed the Version

v1.3

Toggle v1.3's commit message

Unverified

No user is associated with the committer email.
updated the pom.xml and readme to the newest version

v1.2

Toggle v1.2's commit message

Unverified

No user is associated with the committer email.
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

v1.1.2

Toggle v1.1.2's commit message

Unverified

No user is associated with the committer email.
changed pom.xml version

updated the README.md