Skip to content

Request/response header in style of "<header" is transposed from documenation #24

@brianv0

Description

@brianv0

The documenation states that the following are appropriate for documenting a request/response header:

requestheader, reqheader, >header
responseheader, resheader, <header

The code diverges from this:

GroupedField('requestheader', label='Request Headers',
rolename='header',
names=('<header', 'reqheader', 'requestheader')),
GroupedField('responseheader', label='Response Headers',
rolename='header',
names=('>header', 'resheader', 'responseheader')),

I'm not sure of this is a doc fix or a code fix.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions