refactor: small updates and improvements in HTTP Basic lesson (#2024)

* refactor: cleanup attack result and builder

* refactor: solve compiler warnings

* feature: improve HTTP basics lesson

Closes: #494
This commit is contained in:
Nanne Baars
2025-02-18 14:26:21 +01:00
committed by GitHub
parent 00f3538be2
commit c3c520f487
13 changed files with 31 additions and 59 deletions

View File

@ -1436,3 +1436,7 @@ pre .conum {
b.conum * {
color: inherit !important
}
.spacing {
margin-left: 5px;
}