Skip to content

Request object

Ravi Teja Gudapati edited this page Dec 26, 2017 · 3 revisions

A Request object is a per-request object that encapsulates the data sent from the client. Some of the important attributes of a Request object are:

  1. uri: The request uri/path of the request
  2. method: The HTTP method of the request
  3. Body accessor methods
  4. headers: The HTTP headers of the request
  5. cookies: The cookies sent with the request
  6. session: The session object of the request

Request path and method

TODO

Body accessor method

Jaguar provides simple oneliner methods to access body of the HTTP request in various useful forms.

JSON requests

TODO

URL encoded Form requests

TODO

Multipart form requests

TODO

Headers

TODO

Cookies

TODO

Session

TODO

Basics

Serialization

Forms

Sessions

Authentication

  • Basic authentication
  • Form authentication
  • JSON authentication
  • Authorization
  • OAuth

Database

Security

Real time

  • Server sent events (SSE)
  • Websockets

Deployment

  • systemd
  • Docker
  • AppEngine

API Documentation

Clone this wiki locally