Apache HttpComponents · Capability

Apache HttpComponents Client API — Configuration

Apache HttpComponents Client API — Configuration. 2 operations. Lead operation: Apache HttpComponents Configure Connection. Self-contained Naftiko capability covering one Apache Http business surface.

Run with Naftiko Apache HttpConfiguration

What You Can Do

PUT
Configureconnection — Apache HttpComponents Configure Connection
/v1/configure/connection
PUT
Configureproxy — Apache HttpComponents Configure Proxy
/v1/configure/proxy

MCP Tools

apache-httpcomponents-configure-connection

Apache HttpComponents Configure Connection

idempotent
apache-httpcomponents-configure-proxy

Apache HttpComponents Configure Proxy

idempotent

Capability Spec

client-configuration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apache HttpComponents Client API — Configuration
  description: 'Apache HttpComponents Client API — Configuration. 2 operations. Lead operation: Apache HttpComponents Configure
    Connection. Self-contained Naftiko capability covering one Apache Http business surface.'
  tags:
  - Apache Http
  - Configuration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APACHE_HTTP_API_KEY: APACHE_HTTP_API_KEY
capability:
  consumes:
  - type: http
    namespace: client-configuration
    baseUri: https://api.example.com
    description: Apache HttpComponents Client API — Configuration business capability. Self-contained, no shared references.
    resources:
    - name: configure-connection
      path: /configure/connection
      operations:
      - name: configureconnection
        method: PUT
        description: Apache HttpComponents Configure Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: configure-proxy
      path: /configure/proxy
      operations:
      - name: configureproxy
        method: PUT
        description: Apache HttpComponents Configure Proxy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: client-configuration-rest
    port: 8080
    description: REST adapter for Apache HttpComponents Client API — Configuration. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/configure/connection
      name: configure-connection
      description: REST surface for configure-connection.
      operations:
      - method: PUT
        name: configureconnection
        description: Apache HttpComponents Configure Connection
        call: client-configuration.configureconnection
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/configure/proxy
      name: configure-proxy
      description: REST surface for configure-proxy.
      operations:
      - method: PUT
        name: configureproxy
        description: Apache HttpComponents Configure Proxy
        call: client-configuration.configureproxy
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: client-configuration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apache HttpComponents Client API — Configuration. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: apache-httpcomponents-configure-connection
      description: Apache HttpComponents Configure Connection
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: client-configuration.configureconnection
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apache-httpcomponents-configure-proxy
      description: Apache HttpComponents Configure Proxy
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: client-configuration.configureproxy
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.