mirror of
https://github.com/kristuff/abuseipdb
synced 2025-08-20 05:23:13 -07:00
v0.9.14
**Changes** - **New**: the `ApiHandler` (and `QuietApiHandler`) constructor takes now a **timeout** in third parameter. The timeout is expressed in **milliseconds** . The timeout will apply to all API request methods (will raise exception if reached out). Default is **0** (no timeout). - Formatting
This commit is contained in:
parent
3ab67950a1
commit
d1d9cf9ad0
7 changed files with 80 additions and 52 deletions
|
@ -1,12 +1,11 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* _ _ ___ ____ ____ ____
|
||||
* / \ | |__ _ _ ___ ___|_ _| _ \| _ \| __ )
|
||||
* / _ \ | '_ \| | | / __|/ _ \| || |_) | | | | _ \
|
||||
* / ___ \| |_) | |_| \__ \ __/| || __/| |_| | |_) |
|
||||
* /_/ \_\_.__/ \__,_|___/\___|___|_| |____/|____/
|
||||
*
|
||||
* _ ___ ___ ___ ___
|
||||
* __ _| |__ _ _ ___ ___|_ _| _ \ \| _ )
|
||||
* / _` | '_ \ || (_-</ -_)| || _/ |) | _ \
|
||||
* \__,_|_.__/\_,_/__/\___|___|_| |___/|___/
|
||||
*
|
||||
* This file is part of Kristuff\AbuseIPDB.
|
||||
*
|
||||
* (c) Kristuff <kristuff@kristuff.fr>
|
||||
|
@ -14,7 +13,7 @@
|
|||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*
|
||||
* @version 0.9.13
|
||||
* @version 0.9.14
|
||||
* @copyright 2020-2021 Kristuff
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue