All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download simple-http-core JAR 1.0.3 with all dependencies


Files of the artifact simple-http-core version 1.0.3 from the group io.gitee.xushaoguo1995.

Artifact simple-http-core
Group io.gitee.xushaoguo1995
Version 1.0.3


Please rate this JAR file. Is it a good library?

0 downloads

Source code of simple-http-core version 1.0.3

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.services
META-INF.services.META-INF.services.live.xu.simplehttp.core.interceptor.HttpExecutorInterceptor
live.xu.simplehttp.core
live.xu.simplehttp.core.live.xu.simplehttp.core.SimpleHttpContext
live.xu.simplehttp.core.annotation
live.xu.simplehttp.core.annotation.live.xu.simplehttp.core.annotation.SimpleBody
live.xu.simplehttp.core.annotation.live.xu.simplehttp.core.annotation.SimpleBodyField
live.xu.simplehttp.core.annotation.live.xu.simplehttp.core.annotation.SimpleDelete
live.xu.simplehttp.core.annotation.live.xu.simplehttp.core.annotation.SimpleGet
live.xu.simplehttp.core.annotation.live.xu.simplehttp.core.annotation.SimpleHeader
live.xu.simplehttp.core.annotation.live.xu.simplehttp.core.annotation.SimpleHttpClient
live.xu.simplehttp.core.annotation.live.xu.simplehttp.core.annotation.SimplePatch
live.xu.simplehttp.core.annotation.live.xu.simplehttp.core.annotation.SimplePathVariable
live.xu.simplehttp.core.annotation.live.xu.simplehttp.core.annotation.SimplePost
live.xu.simplehttp.core.annotation.live.xu.simplehttp.core.annotation.SimplePut
live.xu.simplehttp.core.annotation.live.xu.simplehttp.core.annotation.SimpleResultHandler
live.xu.simplehttp.core.annotation.live.xu.simplehttp.core.annotation.SimpleStatusCode
live.xu.simplehttp.core.builder
live.xu.simplehttp.core.builder.live.xu.simplehttp.core.builder.MethodConfigBuilder
live.xu.simplehttp.core.config
live.xu.simplehttp.core.config.live.xu.simplehttp.core.config.ExecuteModeEnum
live.xu.simplehttp.core.config.live.xu.simplehttp.core.config.HttpBodyTypeEnum
live.xu.simplehttp.core.config.live.xu.simplehttp.core.config.HttpMethodEnum
live.xu.simplehttp.core.config.live.xu.simplehttp.core.config.MethodConfig
live.xu.simplehttp.core.config.live.xu.simplehttp.core.config.MultiModeEnum
live.xu.simplehttp.core.config.live.xu.simplehttp.core.config.SimpleBodyConfig
live.xu.simplehttp.core.config.live.xu.simplehttp.core.config.SimpleHttpGlobalConfig
live.xu.simplehttp.core.convert
live.xu.simplehttp.core.convert.live.xu.simplehttp.core.convert.ResultObjectConvert
live.xu.simplehttp.core.convert.live.xu.simplehttp.core.convert.ResultObjectConverts
live.xu.simplehttp.core.convert.impl
live.xu.simplehttp.core.convert.impl.live.xu.simplehttp.core.convert.impl.ResultHttpStatusErrorObjectConvert
live.xu.simplehttp.core.convert.impl.live.xu.simplehttp.core.convert.impl.ResultJson2ObjectConvert
live.xu.simplehttp.core.convert.impl.live.xu.simplehttp.core.convert.impl.ResultStringObjectConvert
live.xu.simplehttp.core.convert.impl.live.xu.simplehttp.core.convert.impl.ResultText2ObjectConvert
live.xu.simplehttp.core.convert.impl.live.xu.simplehttp.core.convert.impl.ResultVoidObjectConvert
live.xu.simplehttp.core.exception
live.xu.simplehttp.core.exception.live.xu.simplehttp.core.exception.ExecuteException
live.xu.simplehttp.core.exception.live.xu.simplehttp.core.exception.HttpStatusErrorException
live.xu.simplehttp.core.exception.live.xu.simplehttp.core.exception.TimeoutExecuteException
live.xu.simplehttp.core.executor
live.xu.simplehttp.core.executor.live.xu.simplehttp.core.executor.ExecuteParser
live.xu.simplehttp.core.executor.live.xu.simplehttp.core.executor.Invocation
live.xu.simplehttp.core.executor.live.xu.simplehttp.core.executor.MethodExecutor
live.xu.simplehttp.core.executor.live.xu.simplehttp.core.executor.MethodExecutors
live.xu.simplehttp.core.executor.live.xu.simplehttp.core.executor.Result
live.xu.simplehttp.core.executor.http
live.xu.simplehttp.core.executor.http.live.xu.simplehttp.core.executor.http.ExecutorFunction
live.xu.simplehttp.core.executor.http.live.xu.simplehttp.core.executor.http.HttpExecutor
live.xu.simplehttp.core.executor.http.live.xu.simplehttp.core.executor.http.HttpInvocation
live.xu.simplehttp.core.executor.http.live.xu.simplehttp.core.executor.http.HttpResult
live.xu.simplehttp.core.executor.http.live.xu.simplehttp.core.executor.http.RedirectHttpExecutor
live.xu.simplehttp.core.executor.http.live.xu.simplehttp.core.executor.http.WrapperHttpExecutor
live.xu.simplehttp.core.executor.http.httpclient
live.xu.simplehttp.core.executor.http.httpclient.live.xu.simplehttp.core.executor.http.httpclient.HttpClientExecutor
live.xu.simplehttp.core.executor.method
live.xu.simplehttp.core.executor.method.live.xu.simplehttp.core.executor.method.BaseMethodExecutor
live.xu.simplehttp.core.executor.method.live.xu.simplehttp.core.executor.method.DeleteMethodMethodExecutor
live.xu.simplehttp.core.executor.method.live.xu.simplehttp.core.executor.method.GetMethodMethodExecutor
live.xu.simplehttp.core.executor.method.live.xu.simplehttp.core.executor.method.PatchMethodMethodExecutor
live.xu.simplehttp.core.executor.method.live.xu.simplehttp.core.executor.method.PostMethodMethodExecutor
live.xu.simplehttp.core.executor.method.live.xu.simplehttp.core.executor.method.PutMethodMethodExecutor
live.xu.simplehttp.core.executor.parser
live.xu.simplehttp.core.executor.parser.live.xu.simplehttp.core.executor.parser.BodyExecuteParser
live.xu.simplehttp.core.executor.parser.live.xu.simplehttp.core.executor.parser.HeaderExecuteParser
live.xu.simplehttp.core.executor.parser.live.xu.simplehttp.core.executor.parser.RewriteUrlExecuteParser
live.xu.simplehttp.core.interceptor
live.xu.simplehttp.core.interceptor.live.xu.simplehttp.core.interceptor.HttpExecutorInterceptor
live.xu.simplehttp.core.interceptor.impl
live.xu.simplehttp.core.interceptor.impl.live.xu.simplehttp.core.interceptor.impl.LogHttpExecutorInterceptor
live.xu.simplehttp.core.parser.method
live.xu.simplehttp.core.parser.method.live.xu.simplehttp.core.parser.method.MethodAnnotationParser
live.xu.simplehttp.core.parser.method.live.xu.simplehttp.core.parser.method.MethodAnnotationParsers
live.xu.simplehttp.core.parser.method.live.xu.simplehttp.core.parser.method.SimpleDeleteMethodParser
live.xu.simplehttp.core.parser.method.live.xu.simplehttp.core.parser.method.SimpleGetMethodParser
live.xu.simplehttp.core.parser.method.live.xu.simplehttp.core.parser.method.SimplePatchMethodParser
live.xu.simplehttp.core.parser.method.live.xu.simplehttp.core.parser.method.SimplePostMethodParser
live.xu.simplehttp.core.parser.method.live.xu.simplehttp.core.parser.method.SimplePutMethodParser
live.xu.simplehttp.core.parser.param
live.xu.simplehttp.core.parser.param.live.xu.simplehttp.core.parser.param.ExecuteModeParamParser
live.xu.simplehttp.core.parser.param.live.xu.simplehttp.core.parser.param.ParamParser
live.xu.simplehttp.core.parser.param.live.xu.simplehttp.core.parser.param.ParamParsers
live.xu.simplehttp.core.parser.param.live.xu.simplehttp.core.parser.param.ReturnTypeParamParser
live.xu.simplehttp.core.parser.param.live.xu.simplehttp.core.parser.param.SimpleBodyParamParser
live.xu.simplehttp.core.parser.param.live.xu.simplehttp.core.parser.param.SimpleHeaderParamParser
live.xu.simplehttp.core.parser.param.live.xu.simplehttp.core.parser.param.SimplePathVariableParamParser
live.xu.simplehttp.core.parser.param.live.xu.simplehttp.core.parser.param.SimpleResultHandlerParamParser
live.xu.simplehttp.core.parser.param.live.xu.simplehttp.core.parser.param.SimpleStatusCodeParamParser
live.xu.simplehttp.core.proxy
live.xu.simplehttp.core.proxy.live.xu.simplehttp.core.proxy.ClassProxy
live.xu.simplehttp.core.proxy.live.xu.simplehttp.core.proxy.HttpMethodProxy
live.xu.simplehttp.core.proxy.live.xu.simplehttp.core.proxy.MethodProxy
live.xu.simplehttp.core.proxy.live.xu.simplehttp.core.proxy.MockMethodProxy
live.xu.simplehttp.core.proxy.factory
live.xu.simplehttp.core.proxy.factory.live.xu.simplehttp.core.proxy.factory.JdkProxyFactory
live.xu.simplehttp.core.proxy.factory.live.xu.simplehttp.core.proxy.factory.ProxyFactory
live.xu.simplehttp.core.proxy.mock
live.xu.simplehttp.core.proxy.mock.live.xu.simplehttp.core.proxy.mock.DefaultMockService
live.xu.simplehttp.core.service
live.xu.simplehttp.core.service.live.xu.simplehttp.core.service.ServiceResolver
live.xu.simplehttp.core.service.impl
live.xu.simplehttp.core.service.impl.live.xu.simplehttp.core.service.impl.MemoryServiceResolver
live.xu.simplehttp.core.utils
live.xu.simplehttp.core.utils.live.xu.simplehttp.core.utils.ClassUtil
live.xu.simplehttp.core.utils.live.xu.simplehttp.core.utils.NoneThreadExecutor
live.xu.simplehttp.core.utils.live.xu.simplehttp.core.utils.StrUtils
live.xu.simplehttp.core.utils.live.xu.simplehttp.core.utils.UrlUtil
live.xu.simplehttp.core.utils.timer
live.xu.simplehttp.core.utils.timer.live.xu.simplehttp.core.utils.timer.TimeTask
live.xu.simplehttp.core.utils.timer.live.xu.simplehttp.core.utils.timer.Timer
live.xu.simplehttp.core.utils.timer.delayqueue
live.xu.simplehttp.core.utils.timer.delayqueue.live.xu.simplehttp.core.utils.timer.delayqueue.DelayQueueTimer
live.xu.simplehttp.core.utils.timer.delayqueue.live.xu.simplehttp.core.utils.timer.delayqueue.DelayTimeTask




© 2015 - 2025 Weber Informatics LLC | Privacy Policy