Skip to content

issues Search Results · repo:aisk/vox language:Go

Filter by

14 results
 (53 ms)

14 results

inaisk/vox (press backspace or delete to remove)

  • chyroc
  • Opened 
    on Jul 18, 2022
  • #34

currently we could only apply global middlewares, in complicated applications, we might need to apply middlewares for different business, assume there are routes (/foo and /bar ) and middlewares (foo and ...
enhancement
  • marswong
  • 2
  • Opened 
    on Sep 17, 2020
  • #27

routeToRegexp currently use \w+ to match parameter, but parameter might contain /, especially at the senario of object storage service, we need provide a proxy for objects: GET /dir1/dir2/dir3/file = ...
enhancement
  • marswong
  • 2
  • Opened 
    on Sep 17, 2020
  • #26

We need a api like vox.Response#Render(templateName string, templateData interface{} ), than can render HTML templates, and users can register their template engines line html/template or mustache or handlebars ...
enhancement
  • aisk
  • Opened 
    on Jul 14, 2019
  • #18

enhancement
  • aisk
  • Opened 
    on Dec 6, 2018
  • #14

Just like koa.
  • aisk
  • Opened 
    on Dec 3, 2018
  • #13

It should parse the request body with it s content type in the header. And users can let it parse body to an map / slice / custom structs.
  • aisk
  • Opened 
    on Dec 3, 2018
  • #12

  • aisk
  • 1
  • Opened 
    on Nov 12, 2018
  • #8

It s cool to have a builtin cookie based session middleware, for quick start for new project. Maybe flask s implementation is a good example.
  • aisk
  • Opened 
    on Oct 13, 2018
  • #7

And maybe the io.ReadCloser.
enhancement
  • aisk
  • Opened 
    on Oct 13, 2018
  • #6
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub