Skip to content
#

zio

Here are 286 public repositories matching this topic...

izumi
onsoup42
onsoup42 commented Feb 24, 2022

Ran into this when trying to use Response.setCookiesDecode. It always returned None.

Turns out currently it expects a date on this format for the expires value :
2022-02-24T17:10:10.682151Z
The Set-Cookie I was trying decode had an expires value on this format:
Fri, 25 Feb 2022 04:49:46 GMT
This also seems to be the format that the [HTTP specification](https://httpwg.org/specs/rf

bug good first issue
zio-json
jdegoes
jdegoes commented Sep 24, 2020
  • final def transformAt[A <: Json](cursor: JsonCursor[_, A])(f: A => Json): Either[String, Json] = ???
  • final def delete(cursor: JsonCursor[_, _]): Either[String, Json] = ???
  • final def diff(that: Json): JsonDiff = JsonDiff(self, that)
  • final def intersect(that: Json): Either[String, Json] = ???
  • `final def relocate(from: JsonCursor[_, ], to: JsonCursor[, _]):
good first issue

100% non-blocking, Java NIO only( inspired by zio-nio) , JSON HTTP server based on Scala ZIO library. Everything including TLS encryption modeled as ZIO effects, convenient route DSL similar to https4s, up to 30K TPS local JSON transaction with 25 threads on 6 cores(i7) with ZIO fibers.

  • Updated May 30, 2022
  • Scala
zio-redis

Improve this page

Add a description, image, and links to the zio topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the zio topic, visit your repo's landing page and select "manage topics."

Learn more