Skip to content

Support to configure http setting via server #383

@tusharmath

Description

@tusharmath

Add support to configure http-client settings on the server

schema @server(http: {
  keepAliveInterval: 1,
  keepAliveTimeout: 1
  keepAliveWhileIdle: true,
  poolIdleTimeout: 1024
  poolMaxIdlePerHost: 100
}) {
  query: Query
  mutation: Mutation
}

Use these settings while configuring http_client.rs

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions