Skip to content

Wildcard URL support, fix for response generation on empty requests#12

Merged
szeka9 merged 3 commits into
mainfrom
development
May 4, 2026
Merged

Wildcard URL support, fix for response generation on empty requests#12
szeka9 merged 3 commits into
mainfrom
development

Conversation

@szeka9
Copy link
Copy Markdown
Owner

@szeka9 szeka9 commented May 4, 2026

No description provided.

szeka9 added 3 commits May 3, 2026 13:02
Support wildcard URLs with placeholder segments
in the URL path. This allows more versatile applications
and reduced code duplication.

Update example application to include most common use cases.
Set demo_app as the default in Makefile.
Exception is raised on empty requests due to
invalid comparison of initial parser state.
The comparison fails when the state machine
is already terminated.

Instead, use a new member variable for indicating if
the state machine received any data..
is_norm_path_served() is only used in the context
of the file server module.
@szeka9 szeka9 merged commit e4bb17d into main May 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant