Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide first class support for essential request and response properties in carbon message #14953

Closed
arukshani opened this issue Apr 5, 2019 · 0 comments
Assignees
Labels
Team/StandardLibs All Ballerina standard libraries Type/Improvement

Comments

@arukshani
Copy link
Member

Currently, the essential properties of request and response messages are retrieved and saved in a hashmap, which incurs an unnecessary cost in performance under heavy load.

The proposal is to support the following properties as instance variables.

Request properties

  • method, uri, protocol version

Response properties

  • status, protocol version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/StandardLibs All Ballerina standard libraries Type/Improvement
Projects
None yet
Development

No branches or pull requests

3 participants