class GRPC::RateLimitConfig

Overview

RateLimitConfig limits request starts to limit per period.

Defined in:

grpc/endpoint.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(limit : UInt64, period : Time::Span) #

[View source]

Instance Method Detail

def limit : UInt64 #

[View source]
def limit=(limit : UInt64) #

[View source]
def period : Time::Span #

[View source]
def period=(period : Time::Span) #

[View source]