actix-web icon indicating copy to clipboard operation
actix-web copied to clipboard

Added serde derive to close reason and close code

Open LucaCappelletti94 opened this issue 9 months ago • 0 comments
trafficstars

PR Type

Feature

PR Checklist

  • [x] ~Tests for the changes have been added / updated.~
  • [x] ~Documentation comments have been added / updated.~
  • [x] A changelog entry has been made for the appropriate packages.
  • [x] Format code with the latest stable rustfmt.
  • [x] (Team) Label with affected crates and semver status.

Overview

Added feature-gated support for serde::Serialize and serde::Deserialize to CloseReason and CloseCode

Closes #3578

LucaCappelletti94 avatar Feb 14 '25 12:02 LucaCappelletti94