Skip to content

chore: use impit as the raw-http HTTP client - #133

Merged
nikitachapovskii-dev merged 1 commit into
masterfrom
feat/impit-http-client
Aug 4, 2026
Merged

chore: use impit as the raw-http HTTP client#133
nikitachapovskii-dev merged 1 commit into
masterfrom
feat/impit-http-client

Conversation

@nikitachapovskii-dev

Copy link
Copy Markdown
Collaborator

Takes the impit client from wcc.

Two things worth a look:

  • Had to drop --omit=optional in the Dockerfile. impit ships its native binding as an optional dep, so with that flag the Actor doesn't even start. Costs one extra package, 8 MB.
  • The client is kept out of the crawler options on purpose: they get JSON.stringify'd into the crawler key, and impit's internal cache goes circular once it holds two entries.

Closes #114

@nikitachapovskii-dev
nikitachapovskii-dev merged commit a753d06 into master Aug 4, 2026
2 checks passed
@nikitachapovskii-dev
nikitachapovskii-dev deleted the feat/impit-http-client branch August 4, 2026 13:32
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.

Include impit

3 participants