Skip to content

[genhttp] Clean-up and simplify#82

Merged
Kaliumhexacyanoferrat merged 1 commit intoMDA2AV:mainfrom
Kaliumhexacyanoferrat:simplify-genhttp
Feb 16, 2026
Merged

[genhttp] Clean-up and simplify#82
Kaliumhexacyanoferrat merged 1 commit intoMDA2AV:mainfrom
Kaliumhexacyanoferrat:simplify-genhttp

Conversation

@Kaliumhexacyanoferrat
Copy link
Collaborator

No description provided.

@Kaliumhexacyanoferrat Kaliumhexacyanoferrat self-assigned this Feb 16, 2026
@Kaliumhexacyanoferrat Kaliumhexacyanoferrat merged commit 2a3e1c6 into MDA2AV:main Feb 16, 2026
1 check failed
@Kaliumhexacyanoferrat Kaliumhexacyanoferrat deleted the simplify-genhttp branch February 16, 2026 07:48
})
.Post(async (IRequest request) =>
var app = Inline.Create()
.Get("/echo", (IRequest request) => Echo(request))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah - POST with no body is rather unintuitive 🤔

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm indeed, I think initial idea was to send a body with it because malformed headers can cause some header data to leak to the body

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interestingly GET scored better because it returned a 405 then :D

image

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh snap, need to adjust those tests pass/fail criteria.. not simple because there is no explicit RFC for it

@MDA2AV
Copy link
Owner

MDA2AV commented Feb 16, 2026

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.

2 participants