func (r *Request) Post(key string, value ...string) (string, error) {
    if v, ok := r.post[key]; ok {
        return v, nil
    }