ring-spec icon indicating copy to clipboard operation
ring-spec copied to clipboard

Clojure specs for Ring

Results 2 ring-spec issues
Sort by recently updated
recently updated
newest added
trafficstars

Seems like there is an inconsistency between the [`:ring/request`](https://github.com/ring-clojure/ring-spec/blob/master/src/ring/core/spec.clj#L115) spec and the servlet implementation, in particular the map created by [`build-request-map`](https://github.com/ring-clojure/ring/blob/master/ring-servlet/src/ring/util/servlet.clj#L37). This is based on my assumption that the request...

the spec for _remote address_ asks for _String_, would it not be better if that was a more descriptive spec