org.logdoc.fairhttp.structs.traits.FHScope Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fair-http-client Show documentation
Show all versions of fair-http-client Show documentation
LogDoc.org project http client
package org.logdoc.fairhttp.structs.traits;
/**
* @author Denis Danilin | [email protected]
* 08.12.2022 15:03
* fairhttp ☭ sweat and blood
*/
public enum FHScope {
Global, Domain, DomainTree
}