Update README.md

This commit is contained in:
rcalago 2024-01-19 11:04:21 +08:00 committed by GitHub
parent 4fcc885c25
commit 2b3a28f13c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@ This module contains articles about Servlets.
- [Check if a User Is Logged-in With Servlets and JSP](https://www.baeldung.com/servlets-jsp-check-user-login)
- [How to Mock HttpServletRequest](https://www.baeldung.com/java-httpservletrequest-mock)
- [Set a Parameter in an HttpServletRequest in Java](https://www.baeldung.com/java-servlet-request-set-parameter)
- [Get Client Information From HTTP Request in Java](https://www.baeldung.com/java-http-request-client-info)