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

Sync, Async mappings and Middleware features #19

Merged
merged 3 commits into from
Nov 20, 2024

Conversation

RomanEmreis
Copy link
Owner

Introduced new features:

  • async
  • sync
  • middleware

The default and full are now include:

# Default HTTP/1 only server with async endpoints mapping
default = ["http1", "async", "middleware"]
# HTTP/1 and HTTP/2 server with sync and async endpoints mappings
full = ["http1", "http2", "async", "sync", "middleware"]

Introduced new minimal API features:

  • mini
  • mini2
# Mimimal HTTP/1
mini = ["http1", "async"]
# Mimimal HTTP/2
mini2 = ["http2", "async"]

@RomanEmreis RomanEmreis added the enhancement New feature or request label Nov 20, 2024
@RomanEmreis RomanEmreis added this to the v1.0.0 milestone Nov 20, 2024
@RomanEmreis RomanEmreis self-assigned this Nov 20, 2024
@RomanEmreis RomanEmreis linked an issue Nov 20, 2024 that may be closed by this pull request
@RomanEmreis RomanEmreis merged commit 8846450 into main Nov 20, 2024
2 checks passed
@RomanEmreis RomanEmreis deleted the feature/performance-tweaks branch November 20, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sync and Async endpoints mapping
1 participant