Chris Pollett > Students >
Ajita

    ( Print View)

    [Bio]

    [Blog]

    [C297 Proposal]

    [Deliverable 1]

    [Deliverable 2]

    [Deliverable 3]

    [Deliverable 4]

    [Presentation 1 - PDF]

    [Presentation 2 - PDF]

    [Presentation 3 - PDF]

    [Final Report CS-297 (PDF)]

    [CS-298 Proposal]

    [CS-298 Report]

    [CS-298 Presentation (PDF)]

    [CS-298 Code (ZIP)]

Deliverable 2 - The HTTP/2 Framing Layer

Description: This deliverable focused on the framing layer of the HTTP/2 protocol, which is responsible for breaking down HTTP messages into smaller frames for transmission. The Frame.php class, essential for frame creation, integrates seamlessly with the HTTP/2 request and response handling to ensure efficient and optimized communication between client and server.