package resto-cohttp-self-serving-client
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  A minimal OCaml library for type-safe HTTP/JSON RPCs
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      resto-v0.6.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=2420b4f53c0ebe56baa2731c036d720a
    
    
  sha512=7654d928d0a666b96e88ae1a3b4338a11bcc9694e4d521f3a8b7b086da33092caaa0b1936b5661067ecd7b8045c7c3c4b735a9bf2398987d44dcd3c294caae48
    
    
  Description
Published: 05 Feb 2021
README
Resto
A small OCaml library for type-safe HTTP/JSON RPCs based on service à la Eliom.
Context and further reading
- The Tezos project which uses resto to define RPC services.
- The Eliom project which notion of services is the basis for resto.
- ocplib-json-typedwhich defines self-documenting JSON codecs.
Dependencies (7)
- 
  
    lwt
  
  
    >= "3.0.0" & < "6.0.0"
- 
  
    cohttp-lwt
  
  
    >= "1.0.0"
- 
  
    resto-cohttp-server
  
  
    = version
- 
  
    resto-cohttp-client
  
  
    = version
- 
  
    uri
  
  
    >= "1.9.0"
- 
  
    dune
  
  
    >= "1.11"
- 
  
    ocaml
  
  
    >= "4.08"
Dev Dependencies
None
Used by
None
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page