Record - grpc : RequestLimits

Configures limits for requests. If these limits are violated, the request is rejected.

Fields

  • maxUriLength int -1
  • Maximum allowed length for a URI. Exceeding this limit will result in a 414 - URI Too Long response.

  • maxHeaderSize int -1
  • Maximum allowed size for headers. Exceeding this limit will result in a 413 - Payload Too Large response.

  • maxEntityBodySize int -1
  • Maximum allowed size for the entity body. Exceeding this limit will result in a 413 - Payload Too Large response.