Skip to content

ti serve: add HTTP server skeleton - #75

Open
schacon wants to merge 1 commit into
masterfrom
ti-serve
Open

ti serve: add HTTP server skeleton#75
schacon wants to merge 1 commit into
masterfrom
ti-serve

Conversation

@schacon

@schacon schacon commented Aug 4, 2026

Copy link
Copy Markdown
Owner

A hand-rolled std::net listener with request parsing, response
plumbing, shared page chrome (document/error pages, CSS), and the
ti serve CLI wiring. Routes only answer favicon/404/405 for now;
the ticket and writeup pages land in the following commits. No web
framework on purpose - the server stays dependency-free.

A hand-rolled std::net listener with request parsing, response
plumbing, shared page chrome (document/error pages, CSS), and the
`ti serve` CLI wiring. Routes only answer favicon/404/405 for now;
the ticket and writeup pages land in the following commits. No web
framework on purpose - the server stays dependency-free.
@cursor

cursor Bot commented Aug 4, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

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