tarantool / tarantool/http

Is it possible to get subdomain as variable?

Open
#125 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature
Dominant language
Lua
Stars
81
Forks
41
PR merge metrics
No merged PRs in 30d

Description

I need to use rules like:

//[<sub>.]domain.com/path/<id>

and get variables sub and id for db query. If host == domain.com, variable sub must have default value.
Can I achieve that with that module?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the requested host and path pattern, including the default value for sub when the host is domain.com. Check whether the module's routing supports exposing subdomain and path components as variables; done means confirming the capability or defining the implementation scope needed.

Written by the indexing model from the issue text.

Assessment

Tech stack
lua
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.