Skip to content

Allow to add concerns via framework convenience methods #911

Description

@Kaliumhexacyanoferrat

As a developer of a web service application, I would like to be able to pass concerns to framework convenience calls, so that I do not need to create an additional layout.

Probably related to #750.

Example

Inline.Create()
      .Get(() => ...)
      .Post(() => ..., MyConcern.Create());

Acceptance criteria

  • All framework methods allow to add one or more concerns directly in the registration
  • The feature is documented on the GenHTTP website
  • The feature is covered by acceptance tests

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions