obsidian-rs / obsidian

Ergonomic async http framework for reliable and efficient web
MIT License
26 stars 4 forks source link

Feature/context design #13

Closed plwai closed 4 years ago

plwai commented 5 years ago

Request Context

Revise context functions and improve usability of request context.

Goal

  1. Auto conversion base on user define type.
  2. Instead of unwrap panic, ? is preferred.
  3. Support multiple form name.
  4. Implement common error.

Tasks