java.lang.Object
io.helidon.http.HttpToken
HTTP Token utility.
 Token is defined by the HTTP specification and must not contain a set of characters.
- 
Method Summary
- 
Method Details- 
validateValidate if this is a good HTTP token.- Parameters:
- token- token to validate
- Throws:
- IllegalArgumentException- in case the token is not valid
 
 
-