limit-lens 0.6.0

A simple API for testing and visualizing rate limiters in real-time. Monitor request throughput and see how your rate limiting algorithms perform under load.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# TestSession

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **String** | When the test session was created | 
**id** | **String** | Unique identifier for the test session | 
**name** | Option<**String**> | Name of the test session (optional) | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)