jar

com.mastfrog : acteur-header-entities

Maven & Gradle

Feb 21, 2023
67 stars

Acteur Header Entities · Simple types, parsers and builders for common HTTP header values such as cache-control, basic auth credentials, frame options, strict transport security and connection that are easy to work with programmatically, parse out of inbound headers and generate correctly into outbound headers.

Table Of Contents

Latest Version

Download com.mastfrog : acteur-header-entities JAR file - Latest Versions:

All Versions

Download com.mastfrog : acteur-header-entities JAR file - All Versions:

Version Vulnerabilities Size Updated
2.9.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window acteur-header-entities-2.9.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.mastfrog.acteur.header.entities

├─ com.mastfrog.acteur.header.entities.BasicCredentials.class - [JAR]

├─ com.mastfrog.acteur.header.entities.CacheControl.class - [JAR]

├─ com.mastfrog.acteur.header.entities.CacheControlTypes.class - [JAR]

├─ com.mastfrog.acteur.header.entities.Connection.class - [JAR]

├─ com.mastfrog.acteur.header.entities.ConnectionHeaderData.class - [JAR]

├─ com.mastfrog.acteur.header.entities.FrameOptions.class - [JAR]

├─ com.mastfrog.acteur.header.entities.StrictTransportSecurity.class - [JAR]

├─ com.mastfrog.acteur.header.entities.UnknownConnectionHeaderData.class - [JAR]

Advertisement