flickrex

v0.6.0

flickrex
  • Pages
  • Modules
  • Exceptions
  • Mix Tasks

    flickrex v0.6.0 Flickrex.Request.Hackney View Source

    Hackney HTTP client.

    Link to this section Summary

    Types

    body()
    error_t()
    headers()
    http_opts()
    method()
    success_t()
    url()

    Functions

    request(method, url, body \\ "", headers \\ [], http_opts \\ [])

    Callback implementation for Flickrex.Request.HttpClient.request/5

    Link to this section Types

    Link to this type body() View Source
    body() :: Flickrex.Request.HttpClient.body()
    Link to this type error_t() View Source
    error_t() :: Flickrex.Request.HttpClient.error_t()
    Link to this type headers() View Source
    headers() :: Flickrex.Request.HttpClient.headers()
    Link to this type http_opts() View Source
    http_opts() :: Flickrex.Request.HttpClient.http_opts()
    Link to this type method() View Source
    method() :: Flickrex.Request.HttpClient.method()
    Link to this type success_t() View Source
    success_t() :: Flickrex.Request.HttpClient.success_t()
    Link to this type url() View Source
    url() :: Flickrex.Request.HttpClient.url()

    Link to this section Functions

    Link to this function request(method, url, body \\ "", headers \\ [], http_opts \\ []) View Source
    request(method(), url(), body(), headers(), any()) ::
      success_t() |
      error_t()

    Callback implementation for Flickrex.Request.HttpClient.request/5.

    Built using ExDoc (v0.18.1), designed by Friedel Ziegelmayer.