Changes between Initial Version and Version 2 of Ticket #29662


Ignore:
Timestamp:
Aug 13, 2018, 6:29:05 AM (6 years ago)
Author:
Ramiro Morales
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29662

    • Property Has patch set
    • Property Needs tests set
    • Property Triage Stage UnreviewedAccepted
    • Property Type BugCleanup/optimization
  • Ticket #29662 – Description

    initial v2  
    11The test client's json() method should permit the Content-Type of the response to contain structured suffixes, such as "application/activity+json".
    22
    3 This requires a regexp such as "^application\/(.+\+)?json".
     3This requires a regexp such as `"^application\/(.+\+)?json"`.
    44
    55See RFC 6838 for the specification: https://tools.ietf.org/html/rfc6838#section-4.2.8
Back to Top