-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: JoshiCodes/WebAPI
base: v1.2
head repository: JoshiCodes/WebAPI
compare: v1.3
- 13 commits
- 14 files changed
- 1 contributor
Commits on Mar 14, 2023
-
Made Webserver#handleRoute only check for the right method, if at lea…
…st one method is set. If none is set, allow everything.
Joshua committedMar 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 149e2e6 - Browse repository at this point
Copy the full SHA 149e2e6View commit details -
Joshua committedMar 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 4ad797a - Browse repository at this point
Copy the full SHA 4ad797aView commit details -
Added a bit of documentation (2)
Joshua committedMar 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 1745e6c - Browse repository at this point
Copy the full SHA 1745e6cView commit details
Commits on Mar 17, 2023
-
changed Route from abstract class to interface
Joshua committedMar 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 64d2275 - Browse repository at this point
Copy the full SHA 64d2275View commit details -
changed the ErrorRoute implementation
Joshua committedMar 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 7a09383 - Browse repository at this point
Copy the full SHA 7a09383View commit details -
Added RequestData#getUriParts Added Router#search Renamed Webserver#handleRoute to Webserver#serve Implemented the new Features in Webserver#serve
Joshua committedMar 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 2feaec5 - Browse repository at this point
Copy the full SHA 2feaec5View commit details -
Deleted the ErrorRoute, WebserverBuilder#addErrorHandler now requires a normal Route. Modified the javadoc for RequestData#getUriParts Made Webserver use an own Logger Instance Routes that not exists, are now redirected to the "/" route of the router. (Currently only works for the defaultRouter) Added a short paragraph about error Handling to the README.md
Joshua committedMar 17, 2023 Configuration menu - View commit details
-
Copy full SHA for f22cbc7 - Browse repository at this point
Copy the full SHA f22cbc7View commit details -
made a small change to the README.md
Joshua committedMar 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 929442c - Browse repository at this point
Copy the full SHA 929442cView commit details -
Joshua committedMar 17, 2023 Configuration menu - View commit details
-
Copy full SHA for a53916a - Browse repository at this point
Copy the full SHA a53916aView commit details -
Split the Example.java File into Example.java, ErrorExample.java and …
…AuthenticationExample.java
Joshua committedMar 17, 2023 Configuration menu - View commit details
-
Copy full SHA for cd2eceb - Browse repository at this point
Copy the full SHA cd2ecebView commit details -
Joshua committedMar 17, 2023 Configuration menu - View commit details
-
Copy full SHA for acb772f - Browse repository at this point
Copy the full SHA acb772fView commit details -
Modified the README.md and added a README.md for the examples/ folder
Joshua committedMar 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 63d81cd - Browse repository at this point
Copy the full SHA 63d81cdView commit details -
updated the pom.xml and readme to the newest version
Joshua committedMar 17, 2023 Configuration menu - View commit details
-
Copy full SHA for a323057 - Browse repository at this point
Copy the full SHA a323057View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2...v1.3