Gemini.Site.Spy (Gemini v0.2.0)
This module returns all information that the server stores about your request and associated user certificate.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Functions
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
make_response(arg)
Specs
make_response({binary(), Gemini.Request.t()}) :: Gemini.Response.t()
Link to this function