Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add headers parsing #22

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 23, 2020

  1. draft :: first iteration

    roxblnfk committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    fe0f61a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. draft :: second iteration

    roxblnfk committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    1a954d9 View commit details
    Browse the repository at this point in the history
  2. draft :: next iteration

    roxblnfk committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    cac8cab View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. More tests

    roxblnfk committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    bdd0ca7 View commit details
    Browse the repository at this point in the history
  2. more tests and fixes

    roxblnfk committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    63b61ed View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. added tests; fixes

    roxblnfk committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    d6d9f08 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. Configuration menu
    Copy the full SHA
    a65abeb View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. added some header values

    roxblnfk committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    3740a76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb60232 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    9f3cb05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1805477 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Configuration menu
    Copy the full SHA
    1b0f63d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    2196232 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. Added ETag header

    roxblnfk committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    fadb06c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    18f6ee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5264910 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    e0a5dd6 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    99090e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e0b298 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Refactoring: removed parsing interfaces; parsing params declared in c…

    …onstants; create some specific base classes; added Directives group
    roxblnfk committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    784bd80 View commit details
    Browse the repository at this point in the history
  2. Refactoring: unnamed header values moved to Unnamed namespace; Parser…

    … and related parameters moved to separate classes
    roxblnfk committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    44717d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    710a8cd View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Fix doc

    roxblnfk committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    8d7c391 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master-upstream' into feature/http-headers

    # Conflicts:
    #	README.md
    roxblnfk committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    a77792e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Merge branch 'master-upstream' into feature/http-headers

    # Conflicts:
    #	README.md
    #	src/Method.php
    roxblnfk committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    d88433e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ae5915 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    roxblnfk committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    27609a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Fix some codestyle

    roxblnfk committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    afeaf21 View commit details
    Browse the repository at this point in the history
  2. Apply cs diff

    roxblnfk committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    3ae1418 View commit details
    Browse the repository at this point in the history