Table of Contents

Class HttpToolOptions

Namespace
LMKit.Agents.Tools.BuiltIn.Net
Assembly
LM-Kit.NET.dll

Configuration options for HttpTool.

public sealed class HttpToolOptions
Inheritance
HttpToolOptions
Inherited Members

Properties

AllowedHosts

Gets or sets allowed hosts. Null or empty allows all.

AllowedSchemes

Gets or sets allowed URL schemes. Null or empty allows all.

BlockedHosts

Gets or sets blocked hosts.

DefaultUserAgent

Gets or sets the default User-Agent header.

MaxResponseSize

Gets or sets the maximum response size in characters. 0 for unlimited.

Timeout

Gets or sets the request timeout. Default is 30 seconds.