Registry / http-client / fcgi-client

fcgi-client

JSON →
library11.0.26javamavenunverified

FastCGI client implementation for the Eclipse Jetty project, enabling communication with FastCGI servers.

<dependency> <groupId>org.eclipse.jetty.fcgi</groupId> <artifactId>fcgi-client</artifactId> <version>11.0.26</version> </dependency>
INSTALL
IMPORT
SIG · FCGI-CLIENT
F
fcgi-client
http-clientjavav11.0.26
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HttpClientOverFCGI
org.eclipse.jetty.fcgi.client.HttpClientOverFCGI

Create and start a FastCGI client.

import org.eclipse.jetty.fcgi.client.HttpClientOverFCGI; HttpClientOverFCGI client = new HttpClientOverFCGI(); client.start();
Debug
Known issues
breakingJetty 11+ uses Jakarta EE namespace; older versions use javax.
fix
Ensure your project uses the correct Jetty version and corresponding namespace (jakarta vs javax).
affects: >=11.0.0
Upgrade
Version history
11.0.26latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
OpenAI (training)
1
Resources
fcgi-client — mvn dependency:get fcgi-client · libregistry