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

Download protocol-http_2.13 JAR 0.4.0-M1 with all dependencies


protocol-http

Files of the artifact protocol-http_2.13 version 0.4.0-M1 from the group com.spinoco.

Artifact protocol-http_2.13
Group com.spinoco
Version 0.4.0-M1
Last update 19. January 2020
Tags: protocol http
Organization com.spinoco
URL https://github.com/Spinoco/protocol
License MIT
Dependencies amount 5
Dependencies scala-library, protocol-common_2.13, protocol-mime_2.13, scodec-bits_2.13, scodec-core_2.13,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of protocol-http_2.13 Show documentation

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

0 downloads

Source code of protocol-http_2.13 version 0.4.0-M1

META-INF
META-INF.META-INF.MANIFEST.MF
spinoco.protocol.http
spinoco.protocol.http.spinoco.protocol.http.HostPort.scala
spinoco.protocol.http.spinoco.protocol.http.HttpMethod.scala
spinoco.protocol.http.spinoco.protocol.http.HttpRequestHeader.scala
spinoco.protocol.http.spinoco.protocol.http.HttpResponseHeader.scala
spinoco.protocol.http.spinoco.protocol.http.HttpScheme.scala
spinoco.protocol.http.spinoco.protocol.http.HttpStatusCode.scala
spinoco.protocol.http.spinoco.protocol.http.HttpVersion.scala
spinoco.protocol.http.spinoco.protocol.http.Uri.scala
spinoco.protocol.http.codec
spinoco.protocol.http.codec.spinoco.protocol.http.codec.HttpHeaderCodec.scala
spinoco.protocol.http.codec.spinoco.protocol.http.codec.HttpRequestHeaderCodec.scala
spinoco.protocol.http.codec.spinoco.protocol.http.codec.HttpResponseHeaderCodec.scala
spinoco.protocol.http.codec.spinoco.protocol.http.codec.RFC3986.scala
spinoco.protocol.http.codec.spinoco.protocol.http.codec.helper.scala
spinoco.protocol.http.header
spinoco.protocol.http.header.spinoco.protocol.http.header.Accept-Charset.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Accept-Encoding.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Accept-Language.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Accept-Ranges.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Accept.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Access-Control-Allow-Credentials.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Access-Control-Allow-Headers.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Access-Control-Allow-Methods.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Access-Control-Allow-Origin.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Access-Control-Expose-Headers.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Access-Control-Max-Age.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Access-Control-Request-Headers.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Access-Control-Request-Method.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Age.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Authorization.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Cache-Control.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Connection.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Content-Disposition.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Content-Encoding.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Content-Length.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Content-Location.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Content-Range.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Content-Type.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Cookie.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Date.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.DefaultHeader.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.ETag.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Expires.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.GenericHeader.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Host.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.HttpHeader.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.If-Match.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.If-Modified-Since.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.If-None-Match.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Keep-Alive.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Last-Modified.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Location.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Origin.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Pragma.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Range.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Referer.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Sec-WebSocket-Accept.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Sec-WebSocket-Extensions.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Sec-WebSocket-Key.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Sec-WebSocket-Protocol.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Sec-WebSocket-Version.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Server.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Set-Cookie.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Transfer-Encoding.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Upgrade-Insecure-Requests.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.Upgrade.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.User-Agent.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.WWW-Authenticate.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.X-Forwarded-For.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.X-Powered-By.scala
spinoco.protocol.http.header.spinoco.protocol.http.header.X-Real-IP.scala
spinoco.protocol.http.header.value
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.AgentVersion.scala
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.ByteRange.scala
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.CacheDirective.scala
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.ContentRange.scala
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.EntityTag.scala
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.EntityTagRange.scala
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.HeaderCodecDefinition.scala
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.HttpChallenge.scala
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.HttpCharsetRange.scala
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.HttpCookie.scala
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.HttpCredentials.scala
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.HttpEncoding.scala
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.HttpEncodingRange.scala
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.HttpMediaRange.scala
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.HttpOrigin.scala
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.KeepAliveParams.scala
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.LanguageRange.scala
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.LocationDefinition.scala
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.RangeUnit.scala
spinoco.protocol.http.header.value.spinoco.protocol.http.header.value.ServerProduct.scala




© 2015 - 2024 Weber Informatics LLC | Privacy Policy