package ezcurl
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Friendly wrapper around OCurl
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v0.2.2.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=75eafead85b6fe5ba2652a4eb580a9a9
    
    
  sha512=dde8178f2c06adb047b8fcecc8c14bc2c5f9f51748c725c2917f7f5d3faeff385303123eb0213c55d7f2e29dad9e8c88da1b0460fa643cfba958fbe531c097fd
    
    
  doc/ezcurl.core/Ezcurl_core/Make/index.html
Module Ezcurl_core.MakeSource
Parameters
Signature
Source
val http : 
  ?tries:int ->
  ?client:t ->
  ?config:Config.t ->
  ?range:string ->
  ?content:[ `String of string | `Write of bytes -> int -> int ] ->
  ?headers:(string * string) list ->
  url:string ->
  meth:meth ->
  unit ->
  (response, Curl.curlCode * string) result ioGeneral purpose HTTP call via cURL.
Source
val get : 
  ?tries:int ->
  ?client:t ->
  ?config:Config.t ->
  ?range:string ->
  ?headers:(string * string) list ->
  url:string ->
  unit ->
  (response, Curl.curlCode * string) result ioShortcut for http ~meth:GET See http for more info.
Source
val put : 
  ?tries:int ->
  ?client:t ->
  ?config:Config.t ->
  ?headers:(string * string) list ->
  url:string ->
  content:[ `String of string | `Write of bytes -> int -> int ] ->
  unit ->
  (response, Curl.curlCode * string) result ioShortcut for http ~meth:PUT See http for more info.
Source
val post : 
  ?tries:int ->
  ?client:t ->
  ?config:Config.t ->
  ?headers:(string * string) list ->
  ?content:[ `String of string | `Write of bytes -> int -> int ] ->
  params:Curl.curlHTTPPost list ->
  url:string ->
  unit ->
  (response, Curl.curlCode * string) result ioShortcut for http ~meth:(POST params) See http for more info.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page