Skip to content

ServerContext's request() and response() methods are not accessible. #208

Closed
@LoonyRules

Description

@LoonyRules

The ServerContext class has 2 methods:

  • <T> T request() { ... }
  • <T> T response() { ... }
    but they are not accessible outside of its package, meaning the end user cannot use them. These need to be public methods instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions