sdstoehr / har-reader

Library for accessing HTTP Archives (HAR) with Java
MIT License
91 stars 30 forks source link

Error while reading HAR file #5

Closed sunnysachdeva closed 9 years ago

sunnysachdeva commented 9 years ago

while reading a HAr file I am getting below error

Can not construct instance of de.sstoehr.harreader.model.HttpMethod from String value 'HEAD': value not one of declared Enum instance names: [GET, POST, PUT]

I am attaching the screenshot of all the calls. harread_issue

Pls let me know if there is any workaround for it

sunnysachdeva commented 9 years ago

Thanks for fixing this. Please let me know when will it be ported to maven central repository

Regards,

Sunny Sachdeva

Date: Mon, 27 Apr 2015 00:41:51 -0700 From: notifications@github.com To: har-reader@noreply.github.com CC: sunny_sachdeva@live.com Subject: Re: [har-reader] Error while reading HAR file (#5)

Closed #5 via e5f85f5.

— Reply to this email directly or view it on GitHub.

sdstoehr commented 9 years ago

The new version 1.0.7 should be synced to Maven Central by now.

Regards, Sebastian